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
Can you pass expressions to stored procedure parameters?
What is a unique key constraint?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
If a table does not have a unique index, can a cursor be opened on it?
Are there issues when exporting SSRS reports into Microsoft Excel? When my users are trying to export a SSRS report into Microsoft Excel, one or two columns in the report appear to merge together. Why might this be?
Can sub report data source be different from that of the parent report?
How to connect php with different port numbers?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What are the new features are introduced in sql server 2012 reporting services?
How do I view a stored procedure in sql server?
What is dynamic cursor in SQL SERVER?
How to connect to a sql server using odbc_connect()?
What is normalization and denormalization in sql server?
Should you normalize audio?
What do you mean by tablesample?