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
What are the built in functions of sql?
Can you have more than one trigger on a table?
how to use in conditions? : Sql dba
What is the difference between unique and primary key constraints?
how to write date and time literals? : Sql dba
Can sql function call stored procedure?
how can we find the number of rows in a table using mysql? : Sql dba
How do I add a primary key to a table?
What is hibernate and its relation to sql?
What is partition in sql query?
What is mutating error?
what is a view? : Sql dba
Explain autonomous transaction.
Explain the uses of a database trigger?
What is the difference between view and stored procedure?