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 the minimum client footprint required to connect c# to an oracle database?
Oracle
How to install oracle database 10g xe?
How to establish administrator authentication to the server?
How to grant create session privilege to a user in oracle?
How can we find out the duplicate values in an oracle table?
What are the attributes that are found in a cursor?
What is a dynamic performance view in oracle?
What is Library Cache in Oracle?
IS it possible to built the oracle database without setting the kernal parameters?
Explain the features of oracle?
How to specify default values in insert statement using oracle?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
What is the difference between a primary key & a unique key?
List the types of joins used in writing subqueries?