In a single table,How to retrieve a employee-id of an
employee who works in more than one department?
Answer Posted / venkat
select emp-id from emp group by emp-id having count(*)>1;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the benefits you can get from mainframe connect?
What is bufferpool in db2?
What is cobol db2?
What is the maximum number of columns in a db2 table?
What is schema in db2?
What is universal database?
How can you classify the locks in db2?
What is ibm db2 client?
What is declare cursor?
Explain about rct.
What is dclgen in db2?
What is cursor with hold option in db2?
Name the various locking levels available?
Explain about rct in db2?
How do I copy a table in db2?