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 are the different types of dbmss?
what is a composite primary key ? : Sql dba
Which table is left in left join?
What do you mean by stored procedures? How do we use it?
Explain select statements in sql?
What is sqlcommand?
When should I use nosql database?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
what are the properties and different types of sub-queries? : Sql dba
What is the current version of sql?
What is meant by cursor in sql?
what is the difference between truncate and delete statement? : Transact sql
What type of database is cloud sql?
How many types of triggers are there in pl sql?
How do you declare a user-defined exception?