In a single table,How to retrieve a employee-id of an
employee who works in more than one department?
Answer Posted / sri
select A.empid from EMP A, EMP B where
A.empid = B.empid and
A.dept not = B.dept
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is buffer pool in the db2 database?
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
What is commit in db2?
Mention some fields that are a part of sqlca.
What is db2?
Mention the definition of cobol in varchar field.
How to get the ddl of a table in db2?
What is an instance database?
What is the difference between drop table and delete table?
How does cobol compile db2 program?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
What is the maximum No of rows per page?
What is dclgen (declaration generator)?
What are host variables in db2?
What is cursor with hold option in db2?