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 many times can we commit in a loop?
What are character functions?
How many types of primary keys are there?
Why is sharding used?
Can you do multiple joins in sql?
How can a pl sql block be executed?
What's the difference between inner join and left join?
What is the largest value that can be stored in a byte data field?
What is difference between nchar and nvarchar?
What is relationship? How many types of relationship are there?
What is before and after trigger?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
How do you select unique values in sql?
define sql update statement ? : Sql dba
What is hibernate and its relation to sql?