Answer Posted / justus
create table emp
empid empname
----- --------
101 a
102 b
103 a
104 c
105 a
select empname from emp group by empname having count(empname)>1
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are the different kinds of ssrs reports?
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
How many ways to create table-valued functions?
Define master database?
Explain different types of locks in sql server.
What is a result set object returned by odbc_exec()?
How to check parameter value in stored procedure sql server?
How to manipulate data from one table to another table ?
What do you mean by data manipulation language?
What is an inner join?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
How to set a database state to offline in ms sql server?
What are the differences between left join and inner join in sql server?
Explain tablesample?
Explain the categories of stored procedure?