What is the Query to print out the individual total number of
duplicate row in sql.
Answer Posted / vivek ghorad
SELECT * FROM emp WHERE ROWID NOT IN(SELECT MIN(ROWID)FROM
emp GROUP BY empno,fname,dept);
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are different clauses used in sql?
Explain what is sql?
How do you create an update query?
What is recursive stored procedure?
Is a foreign key always unique?
How many sql statements are used? Define them.
The select into statement is most often used to create backup copies of tables or for archiving records?
Can we use loop in sql?
What does count (*) mean?
What are stuff and replace function?
What are the rules to be applied to nulls whilst doing comparisons?
What is set serveroutput on in pl sql?
Does sql require a server?
How do you pronounce sql?
How do you respond to dementia behavior?