select dno,count(*) from emp group by dno having count(*)>1;
select * from emp;
UNION operator combines two or more SELECT statements.
used to query data from two or more tables, based on a relationship between certain columns in these tables.
Monday, July 20, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment