There are three tables :
E : EID,ENAME
D : DID,DNAME
empdept : eid, did
select the employees who doesn't belong to any dep
Answer Posted / ajit
select e.eid, e.ename
from E e, D d
where e.eid = d.did(+)
and d.did is null;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whether any commands are used for months calculation? If so, what are they?
various types of hints and their usage
what is a Nested Loop join?
What is a sub query? What are its various types?
How to connect to a remote server?
What is bulk load in oracle?
How would you best determine why your MVIEW couldnt FAST REFRESH?
What is the difference between sharding and replication?
Explain the use of rows option in exp command.
What is the difference between view and materialized view in Oracle?
What is the difference between formal parameters and actual parameters?
How do I learn what codesets are available in oracle?
material view and view disadvantages?
What is index in Oracle?
What is the use of oracle?