sql query to get zero records from a table having n no of
records
Answer Posted / welcomeashwin
SELECT * FROM TABLE_NAME WHERE 1 = 2;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how can we repair a mysql table? : Sql dba
Explain table and field in sql?
How do you identify a primary key?
how to create a new view in mysql? : Sql dba
Which type of cursor is used to execute the dml statement?
What sql does db2 use?
Can we join 3 tables in sql?
What packages are available to pl/sql developers?
What is the difference between an inner and outer join?
When is a declare statement required?
What are sql functions? Describe the different types of sql functions?
How do sql databases work?
What are three advantages to using sql?
what is the syntax used for partition in tsql? : Transact sql
What is the max nvarchar size?