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 does set rowcount do?
Will count(column) include columns with null values in its count?
What do you mean by acid?
What area unit the various kinds of info compression introduced in sql server 2008?
How do I start sql server agent automatically?
How ssrs maintain security?
Name three of the features managed by the surface area configuration tool? : sql server security
What is the latest version of microsoft sql server?
How to access the inserted record of an event?
What is an expensive query?
What are the different methods available under sqlcommand class to access the data?
What are the different types of locks in the database?
What is the difference between for trigger and after trigger?
How to provide values to stored procedure parameters in ms sql server?
What is the difference between set and select?