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 between include endpoints?
What is a loop in sql?
Why do we use procedures in pl sql?
How is data stored on a disk?
What is the limitation on the block size of pl/sql?
What is online transaction processing (oltp)?
explain the difference between bool, tinyint and bit. : Sql dba
What are the advantages of sql? Explain
What is the difference between nested table and varray?
What is the use of desc in sql?
What is materialized view. What are different methods of refresh?
Can we change the table name in sql?
How subquery works in sql?
Can pl sql procedure have a return statement?
Define SQL and state the differences between SQL and other conventional programming Languages?