Answer Posted / justus
create table emp
empid empname
----- --------
101 a
102 b
103 a
104 c
105 a
select empname from emp group by empname having count(empname)>1
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is auditing in sql server?
How to include date and time values in sql statements?
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?
What are the ways available in sql server to execute sql statements?
What are commit and rollback in sql?
Where are sql server usernames and passwords stored in the sql server?
What are Spatial data types in SQL Server 2008
How will you decide the active and passive nodes?
What is the process of normalising?
What are the differences between stored procedure and the dynamic sql?
What is the full meaning of dml?
How to create an multi-statement table-valued function?
Will sql server 2005 allow you to reduce the size of a column?
How to execute a stored procedure in ms sql server?
What is the difference between dropping a database and taking a database offline?