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 are the attributes of cursor?
Explain the blob datatype?
What is translate in oracle?
How will you write a query to get a 5th rank student from a table student_report?
How can we create the complete backup of data in the oracle.
How to retrieve values from data fields in record variables?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
What is bulk copy or bcp in oracle?
What is a database schema in oracle?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
Explain alias?
Difference between cartesian join and cross join?
What do database buffers contain?
What is a nvl function?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?