sql query to get zero records from a table having n no of
records
Answer Posted / siri
select * from table_name where 1=0;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to calculate the difference between two dates? : Sql dba
What is compilation error in pl sql?
What are the properties of a transaction?
How many types of tables are there?
How do you declare a variable in pl sql?
What is the best sql course?
What does select count (*) mean in sql?
Explain the difference between drop and truncate commands in sql?
Can triggers stop a dml statement from executing on a table?
Is sqlexception checked or unchecked?
What is trigger types in sql?
Can we change the table name in sql?
What is on delete set null?
Does oracle roll back the transaction on an error?
How run sql*plus commands that are stored in a local file?