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 / shrawan kumar keshri
select * from A
except
select * from B
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is a pl/sql block?
How many joins in sql?
What is difference between function and trigger?
What is on delete set null?
Is the primary key an index?
Is sql workbench free?
what is meant by nl2br()? : Sql dba
What is an invalid partition table?
Which version of sql do I have?
Is there a way to automate sql execution from the command-line, batch job or shell script?
what is self-join? : Sql dba
Why do we need unique key in a table?
How many sql databases can you have on one server?
What is data control language (dcl)?
What is the order of sql select?