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
How do sql triggers work?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
What is a natural join sql?
How do you optimize a stored procedure query?
How many types of relationship are there?
What is snowflake sql?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
How does sql developer connect to oracle database?
Could you please provide oca (oracle 10g) dumps for my certification ?
what is the command line end user interface - mysql? : Sql dba
what are the join types in tsql? : Transact sql
What are types of joins?
what are all the common sql function? : Sql dba
what is cursor. write example of it. What are the attributes of cursor.
Why is sharding used?