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
How do I install sql?
Does a primary key have to be a number?
What is a unique key and primary key and foreign key?
What is a sql instance vs database?
What is the difference between nested table and varray?
What is the usage of when clause in trigger?
State some properties of relational databases?
how to convert character strings to numeric values? : Sql dba
what are set operators in sql? : Sql dba
Advantages and disadvantages of stored procedure?
What information is needed to connect sql*plus an oracle server?
Can you skip header records while loading? : aql loader
What are the two parts of design view?
what is the use of set statement in tsql? : Transact sql
How is a process of pl/sql compiled?