sql query to get zero records from a table having n no of
records
Answer Posted / giri
Select * From Table_Name Where 1 = 2;
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is data type in database?
State some properties of relational databases?
what are the different tables present in mysql? : Sql dba
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
Does view store data in sql?
What is the difference between the conventional and direct path loader? : aql loader
What is where clause in sql?
What is scalar function?
How to Execute a Package in PL/SQL.?
What is a scalar value in sql?
How do you declare a variable in pl sql?
What is Collation Sensitivity ? What are the various type ?
What do you mean by rowid?
What is the difference between delete, truncate and drop command?
How do you optimize a stored procedure query?