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
What are all the different types of indexes?
Why is a primary key important?
How do I view tables in mysql?
What is t-sql? : Transact sql
Does sql between include endpoints?
What is a full join sql?
Is sqlite good enough for production?
How can triggers be used for the table auditing?
Why do we use joins in sql?
Can we join two tables without common column?
How does postgresql compare to oracle/db2/ms sql server/informix?
What is the use of %rowtype?
what is 'mysqlimport'? : Sql dba
What are all types of user defined functions?
What is sql dialect?