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
Is it possible to read/write files to-and-from PL/SQL?
What are the advantages of indexing?
What is difference between hql and sql?
What is posting?
How to Declare Fixed Length String Value In PL SQL
how to create a new table in mysql? : Sql dba
what are date and time data types in mysql? : Sql dba
What is data control language (dcl)?
What is difference between table and view?
How many types of keys are there in sql?
explain the options of myisamchk to improve the performance of a table. : Sql dba
How do you explain an index number?
Is sql free?
Does a user_objects view have an entry for a trigger?
What are the popular database management systems in the it industry?