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 is having clause in sql?
what is meant by urlencode and urldocode? : Sql dba
What are secondary keys?
How to get unique records from a table?
What is right join in sql?
What is difference between procedure and trigger?
Write a sql query to get the third highest salary of an employee from employee_table?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
How show all rows in sql?
What is data profiling in sql?
How many clustered indexes can you have?
How can I make sql query run faster?
How many row comparison operators are used while working with a subquery?
What is the location of pre_defined_functions.
What is t-sql? : Transact sql