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
Do you know what is xpath?
How to insert data with null values?
What is normalization? Explain its different types?
What does the on delete cascade option do?
How you can move data or databases between servers and databases in sql server?
What are number line correlation administrators will use while working with a subquery?
What is onf in normalization form?
What does ss stand for sexually?
What is normalization 1nf 2nf 3nf?
How do I start sql server agent automatically?
Explain use of expression builder.
What is index fragmentation in ms sql server?
Why union all is faster than union?
Explain about Normalization?
What is constraints and its types?