Answer Posted / sivasiva
create table emp
empid empname
----- --------
101 a
102 b
103 a
104 c
105 a
select empid from emp groupby empid,empname having count>1
| Is This Answer Correct ? | 17 Yes | 12 No |
Post New Answer View All Answers
What is model database? : SQL Server Architecture
How many types of schemas are there?
Can we use where clause in union?
What is pivot and unpivot?
What is the full form of dql?
What do you mean by stored techniques? How would we use it?
Explain how does the report manager work in ssrs?
1.what are diff types of joins , and explain diff between cross join and full outer join 2.diff types of views 3. Diff types of index 4. What is diff b/w stores procedure and function procedure 5.diff between double and int in SQL 6.diff between char and varchar in SQL. 7.Oracle or SQL whice you will preferred and why.
How to execute stored procedure in select statement sql server?
What is view in sql?
Explain different types of locks in sql server.
How many types of subqueries are there in sql server?
Define cross join in sql server joins?
What is order of B+tree?
How to list all tables in the database using odbc_tables()?