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 are the different type of normalization? : Sql dba
Explain the uses of database trigger.
How to run sql commands in sql*plus?
Where the sql database files are stored?
Is it possible for a table to have more than one foreign key?
How to read xml file in oracle pl sql?
How many sql databases can you have on one server?
Does group by remove duplicates?
Does sql require a server?
How do I run a query in pl sql developer?
Explain the working of foreign key?
What is int identity in sql?
What is trigger and types?
What is an exception in pl/sql?
In what condition is it good to disable a trigger?