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
How to install oracle odbc drivers?
what is a Nested Loop join?
what are steps for interface? where is exchange rate defined in which table?
What is enter substitution variable in oracle?
What is null value in oracle?
What is blob datatype?
How to get a create statement for an existing table?
What privilege is needed for a user to create views in oracle?
What is meant by recursive hints in oracle?
What is the disadvantage of User defind function?
Oracle
Give the various exception types.
What is max rowid in oracle?
What is java oracle used for?
What are the uses of synonyms?