sql query to get zero records from a table having n no of
records
Answer Posted / abburi
select *from table_name where 1=2;
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is a temporal table?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
what are tables and fields? : Sql dba
what is sql? : Sql dba
Why are aggregate functions called so?
What is the maximum number of rows in sql table?
Define SQL and state the differences between SQL and other conventional programming Languages?
What is the use of sql trace?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
How do I run a program in pl sql?
What is a table?
What is a nested table in word?
How do you modify a trigger?
What is difference between rank () row_number () and dense_rank () in sql?
how to drop an existing view in mysql? : Sql dba