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
how many ways to get the current time? : Sql dba
tell us something about heap tables. : Sql dba
What is the limitation on the block size of pl/sql?
what are string data types? : Sql dba
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
Why triggers are used?
what are dynamic queries in t-sql? : Transact sql
What are the different types of joins in sql?
What is integrity in sql?
What are analytical functions in sql?
Can we use views in stored procedure?
How to prepare for oracle pl sql certification?
What is a temp table?
what are the type of locks ? : Sql dba
How do we accept inputs from user during runtime?