In a single table,How to retrieve a employee-id of an
employee who works in more than one department?
Answer Posted / krishnakumar
select employee-id
from table-name
grtoup by employee-id
having count(*) > 1
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the use of runstats in db2?
What is buffer pool and list some of them?
What is netezza database?
Explain about open switch business continuity software?
What is the use of predicate?
What is the role of the data page in the db2 database?
How to retrieve rows from a db2 table in embedded sql?
What is null indicator in cobol db2?
What is rebind in db2?
what is utility for parm lib
Define predicate?
If I have a view which is a join of two or more tables, can this view be updateable?
Differentiate between cs and rr isolation levels? Where do you specify them?
What language is db2 written in?
What is runstats and reorg in db2?