sql query to get zero records from a table having n no of
records
Answer Posted / abburi
select *from table_name where 1=2;
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the basic sql commands?
What is procedure explain with program?
How do I install microsoft sql?
What is pl sql and why it is used for?
Does inner join remove duplicates?
Are sql connections encrypted?
Explain what is table in a database?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
Can we insert data into view?
Why plvtab is considered as the easiest way to access the pl/sql table?
What is a primary key called that is made up of more than one field?
What are its different types of dbms?
What does rownum mean in sql?
How do I edit a trigger in sql developer?
what is 'mysqlimport'? : Sql dba