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
What are predefined functions in sql?
how to select first 5 records from a table? : Sql dba
Can I call a procedure inside a function?
What is implicit cursor in pl sql?
what are the different type of normalization? : Sql dba
Is sql dba a good career? : SQL DBA
Explain two easy sql optimizations.
What is mdf ldf and ndf?
what is meant by nl2br()? : Sql dba
What is sql constant?
Explain the advantages and disadvantages of stored procedure?
difference between anonymous blocks and sub-programs.
What is sql architecture?
what is transaction? : Sql dba
Is the primary key an index?