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 is trigger and types?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
Write a query to display the current date in sql?
What is the trigger in sql?
What is oracle and pl sql?
What is mutating table error?
What is sqlerrd?
How to select random rows from a table?
What is a field in a database?
Can there be 2 primary keys in a table?
What are some predefined exceptions in pl/sql?
What is multiple partition?
What is %type in pl sql?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
what is data manipulation language? : Sql dba