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
What is database white box testing and black box testing?
what is the difference between $message and $$message? : Sql dba
How can you save or place your msg in a table?
How do I truncate a sql log file?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
Why we use joins in sql?
what is “go” in t-sql? : Transact sql
Why left join is used in sql?
Which is better join or subquery?
Is and as keyword in pl sql?
What is difference between ms sql and mysql?
How to combine two stored procedures in sql?
What are the types of records?
Can we use having without group by in sql?
What is the use of <> sql?