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 is meant by referential integrity?
What is the temp table?
Explain different backup plans?
can SSRS reports Cache results?
What is the difference between executequery () and executeupdate ()?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
What are filegroups in sql server?
Ms sql server index?
What is the difference between a fill factor of 100 and 0?
Explain alternate key, candidate key and composite key in sql server?
How to include text values in sql statements?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
what are isolation levels? : Sql server database administration
What is normalization 1nf 2nf 3nf?
what is the primary use of the model database? : Sql server administration