sql query to get zero records from a table having n no of
records
Answer Posted / ketul
Select * From Table_Name Where 1 = 2;
| Is This Answer Correct ? | 46 Yes | 4 No |
Post New Answer View All Answers
How to write pl sql program in mysql command prompt?
What is a clob in sql?
How do I remove duplicates in two columns?
What is field delimiter?
how to show all tables with 'mysql'? : Sql dba
what is try_catch block in procedure
how to delete an existing column in a table? : Sql dba
give the syntax of grant and revoke commands? : Sql dba
Is merge a dml statement?
How do you update a value in sql?
What are the different parts of a package?
Can I learn sql in a week?
Name the operator which is used in the query for pattern matching?
What are all different types of collation sensitivity?
define sql update statement ? : Sql dba