sql query to get zero records from a table having n no of
records
Answer Posted / xyz
select * from emp minus
select * from emp;
Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
does sql support programming? : Sql dba
How you improve the performance of sql*loader? : aql loader
How do you use a while loop in pl sql?
What is the difference between between and in condition operators?
What is sql keyword?
what is foreign key? : Sql dba
What are joins in sql?
what is a constraint? Tell me about its various levels. : Sql dba
How to use transactions efficiently : transact sql
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
How to run sql functions in pl/sql?
What are primary key and foreign key and how they work?
Can we perform dml on view?
what is a join? : Sql dba
What are the commands used in sql?