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
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
Define right outer join?
Define indexes?
Explain Geography datatype in SQL Server
How to manipulate data from one table to another table ?
Explain differences between web edition and business edition?
Can I run multiple instances of sql server 2000 at the same time on one computer?
What is the difference between DataRow.Delete() and DataRow.Remove()?
What is the concept of optimization?
Is sql server difficult to learn?
How to rebuild master databse?
What are a scheduled jobs or what is a scheduled tasks?
What does <> symbol mean?
Why we should not use triggers?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration