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
How can one get sql*loader to commit only at the end of the load file? : aql loader
What are the different parts of a package?
What is a loop in sql?
What does varchar include?
What is substitution variable in pl sql?
explain what is mysql? : Sql dba
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
What is sql deadlock?
Whis is not false in primary key?
What is sql not null constraint?
what is a join? : Sql dba
Why plvtab is considered as the easiest way to access the pl/sql table?
What is the maximum database size for sql express?
How does a trigger work?
How can we solve sql error: ora-00904: invalid identifier?