sql query to get zero records from a table having n no of
records
Answer Posted / siri
select * from table_name where 1=0;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I find duplicates in sql?
What is the difference between null value, zero, and blank space?
How to check if a column is nullable before setting to nullable?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Define implicit and explicit cursors.
what is sql? : Sql dba
What is the sql*loader? : aql loader
What is the largest value that can be stored in a byte data field?
How can a function retun more than one value in oracle with proper example?
discuss about myisam key cache. : Sql dba
How many types of literals are available in pl sql?
how to delete an existing column in a table? : Sql dba
How do you rename a table in sql?
What are the types of index in sql?
Is json a nosql?