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
What is delimiter in pl sql?
What is query syntax?
What is a sql trace file?
What is right join in sql?
When should I use nosql database?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
How do you bind variables in pl sql?
Can you inner join the same table?
What is $$ in sql?
Explain the the update statement in sql?
What are the disadvantages of file system?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What are predefined functions in sql?
Inline the values in PL/SQL, what does it mean.?
What are the limitations of sql express?