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 / rajesh venati
select b.empno as empno, b.ename as ename from a, b where
a.empno!=b.empno;
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
When you have to use a default "rollback to" savepoint of plvlog?
What is sqlca in db2?
what are the advantages of using stored procedures? : Sql dba
How do I know if I have sql express or standard?
When are we going to use truncate and delete?
What are field types?
How do you update f as m and m as f from the below table testtable?
What is the difference between a query and a report?
Explain the the delete statements in sql?
What is cross join sql?
How is sql used in oracle?
Can you call pl/sql package functions from within a fast formula?
Is and as keyword in pl sql?
What are the constraints available in sql?
Is sql procedural language?