sql query to get zero records from a table having n no of
records
Answer Posted / abburi
select *from table_name where 1=2;
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is mutating error?
What are analytic functions in sql?
What are the different set operators available in sql?
How many scalar data types are supported in pl/sql?
what is bcp? When does it used? : Sql dba
What is dialect in sql?
What is cold data?
What is the difference between clustered and non-clustered indexes?
Is it possible to update views?
What is exit statement?
What is difference sql and mysql?
Can triggers stop a dml statement from executing on a table?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
How does sql store data?
What are sql built in functions?