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 / neha_gupta
SELECT E.ENAME FROM EMPLOYEE E WHERE E.EID IN (SELECT EID
FROM EMPDEPT WHERE DID IS NULL)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is reindexing?
How to use "startup" command to start default instance?
How to drop an existing view in oracle?
How to use "if" statements on multiple conditions?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What is a snapshot in oracle database?
How to create a single index for multiple columns?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
How to convert dates to characters in oracle?
How to use like conditions in oracle?
Is postgres faster than oracle?
why dont we assign not null constraint as table level constraint.
6. Display the client name and order date for all orders using the traditional method.
What is BBED in Oracle?
What happens to the data files if a tablespace is dropped?