In a single table,How to retrieve a employee-id of an
employee who works in more than one department?
Answer Posted / prasenjit_in
Select emp_id from employee where dept IN (select all
dept from employee);
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What is deadlock in db2?
What is alias in db2?
what is diffrence b/w file-aid tool and file-aid utility???
What are db2 objects?
Can there be more than one cursor open for any program?
Is db2 a programming language?
Why db2 is called db2?
What is the syntax for FETCH in DB2 ?
What is syscat in db2?
How will you return the number of records in table?
What is the difference between cursor stability and repeatable read isolation levels?
Explain packages.
How do you pull up a query which was previously saved in qmf?
What is scrollable cursor in db2?
What is db2 and what is the use of db2 optimizer?