Answer Posted / ashish jain
create table emp
empid empname
----- --------
101 a
102 b
103 a
104 c
105 a
select empname from emp where count(empname)>1
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
What is proper subset of candidate key?
What is primary key, unique key, and foreign key?
What is function of ROLLUP ?
How does normalization work?
How to select all columns of all rows from a table with a select statement in ms sql server?
What are the difference between primary key and unique key? : sql server database administration
How you can find out if an index is useful to the optimizer?
what is an index? : Sql server database administration
How can sql server instances be hidden?
What are pessimistic lock and optimistic lock?
What are the instances when triggers are appropriate?
How to make a column nullable?
What is an identity?
Explain query editor regions
How many databases can we create in a single server?