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
Which is better Oracle or MS SQL? Why?
What are operators in oracle?
What is blob data type in oracle?
Write a trigger example in oracle?
What are advantages of dateset in datastage?
Calculate difference between 2 date / times in oracle sql?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
How to call a stored function in oracle?
What is the use of aggregate functions in oracle?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
How to export several tables together?
What is oracle join syntax?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
Explain what are the advantages of views?
What is raw datatype in oracle?