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
How can I get data from a database on another server?
Can you explain the disadvantages/limitation of the cursor?
In case you have filters in your report, when filters will be applied in cached report instance?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What are logical/boolean operations in ms sql server?
How to provide default values to function parameters?
What are the properties of primary key?
How do I find the query plan in sql server?
What do you mean by collation recursive stored procedure?
Do you know the cursor optimization tips?
is there a column to which a default can't be bound? : Sql server database administration
How to set the current database in ms sql server?
Does union all remove duplicates?
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
Explain the advantages of merge replication?