sql query to get zero records from a table having n no of
records
Answer Posted / siri
select * from table_name where 1=0;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which is better cte or subquery?
What is full join in sql?
Can we use joins in subquery?
What is pl sql quora?
What are the differences between implicit and explicit cursors?
how to fetch common records from two tables? : Sql dba
How is a PL/SQL code compiled?
what is the syntax used for partition in tsql? : Transact sql
How do you exit in sql?
What are the benefits of stored procedures?
What is orm in sql?
Is sql a dbms?
What are the various restrictions imposed on view in terms of dml?
What are the types of variables use in pl sql?
How many times can we commit in a loop?