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
how to rename an existing column in a table? : Sql dba
what is the use of friend function? : Sql dba
What is difference sql and mysql?
What are tables and fields in the database?
How do you modify a table in sql?
What are the methods of filing?
What is sql engine in oracle?
What is use of trigger?
Enlist the advantages of sql.
What is the main difference between sql and pl/sql?
Can cursors be part of a trigger body?
How to select all records from the table?
Which sorts rows in sql?
What is a recursive stored procedure?
How many indexes can be created on a table in sql?