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
How to take user input in pl sql?
What is the difference between in and between in sql?
What is the difference between database trigger and stored procedure?
How do I start pl sql?
How do I view tables in sql developer?
what is offset-fetch filter in tsql? : Transact sql
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
Define SQL and state the differences between SQL and other conventional programming Languages?
how to use myisamchk to check or repair myisam tables? : Sql dba
What is embedded sql what are its advantages?
What is error ora-01000: maximum open cursors exceeded
How is a process of pl/sql compiled?
In what condition is it good to disable a trigger?
Explain the difference between sql and mysql.