Answer Posted / jaleel ahamed s
create table emp (empid int,empname varchar)
insert into emp values (101,'a')
insert into emp values (102,'b')
insert into emp values (103,'a')
insert into emp values (104,'c')
insert into emp values (105,'a')
select * from emp
SELECT EmpName,Count(EmpID)Cnt From Emp Group By EmpName
Having Count(EmpName) > 1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you mean by stored techniques? How would we use it?
What is temporary stored procedure?
What is transaction server explicit transaction?
What are the different types of normalization?
What are the different type of replication in sql server?
What is extent? Types of extents?
can a table be moved to different filegroup? : Sql server administration
What is query parameter in ssrs?
How can you hide the sql server instances?
How will you decide the active and passive nodes?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
What do you mean by tablesample?
Explain microsoft sql server functions?
What is a primary key?
How many types of triggers in sql server?