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 is a variable in sql?
What is a temporal data type?
Is record in pl sql?
What does 0 mean in sql?
Is it possible for a table to have more than one foreign key?
Explain how exception handling is done in advance pl/sql?
Explain sql data types?
What is difference between table and view?
What is pivot in sql?
What is a crud api?
What is cursor in pl sql with examples?
How many joins can you have in sql?
What is sql and how does it work?
What does where 1/2 mean in sql?
What is over () in sql?