Answer Posted / sivasiva
create table emp
empid empname
----- --------
101 a
102 b
103 a
104 c
105 a
select empid from emp groupby empid,empname having count>1
| Is This Answer Correct ? | 17 Yes | 12 No |
Post New Answer View All Answers
Why we use the openxml clause?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
What does indexation mean?
How to create a local temporary stored procedure?
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
What is updatable resultset?
what are user defined datatypes and when you should go for them? : Sql server database administration
How can you list all the table constraints in a database?
What is function of ROLLUP ?
How to store and query spatial data?
How to select some specific columns from a table in a query in ms sql server?
What is a filestream?
What is difference between clustered index and non clustered index?
why would you use sql agent? : Sql server database administration
optimization techinques