Answer Posted / rajesh.a
select count(*),empname from emp group by empname having count(*)>1
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between getdate and sysdatetime in sql server 2008?
Explain about integration services of Microsoft SQL server?
Is it possible in sql table to have more than one foreign key?
What is nonclustered index on computed columns?
How to drop existing views from a database in ms sql server?
What is indexing explain it with an example?
How to write an inner join with the where clause in ms sql server?
What is field with example?
Explain what is lock escalation?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
What are the different editions available in sql server 2000?
What happens if null values are involved in arithmetic operations?
How to sort the query output with order by clauses in ms sql server?
Is ssrs support other database except ms sql server?
What is the difference between ddl and dml?