Answer Posted / ravi patel
for the table emp
ID NAME
1 ravi
2 umang
1 ravi
3 nishant
now fire the query as beleow
select * from emp group by id,name having count(id)>1 and
count(name)>1;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Does sql between include endpoints?
What is forward declaration in pl sql?
What are %type and %rowtype for?
What is lexical units in pl sql?
What is query optimization in sql?
What are string functions in sql?
What is sql scripting?
How do you concatenate in sql?
Is record in oracle pl sql?
How many triggers can be applied to a table?
What is the difference between numeric and autonumber?
What type of database is cloud sql?
What is auto increment?
What is difference between inner join and self join?
What is dba in sql? : SQL DBA