TABLE A TABLE B
EMPNO ENAME EMPNO ENAME
1 A 1 A
2 B 2 B
3 C 3 C
4 D 4 D
5 E 5 E
6 F
7 G
HOW TO GET THE UNMATCHED RECORDS IN SQL QUERY?
Answer Posted / raj kumar
selecet empno,ename from table a
minus
select empno,ename from table b
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can the performance of a trigger be improved?
Which are the different types of indexes in sql?
What is the use of desc in sql?
What is difference between cursor and trigger?
What is data manipulation language?
What is a constraint?
What is the difference between syntax error and runtime error?
What are the commands used in sql?
What is sql comments?
What is your daily office routine?
What are sql commands?
What are tables and fields in the database?
how would you enter characters as hex numbers? : Sql dba
How do you use a while loop in pl sql?
What are the indexing methods?