how do you count the duplicate records in a table
Answer Posted / shalu
select count(*) from table_name group by column1,column2...
having count(*) > 1
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What does varchar include?
What is error ora-12154: tns:could not resolve the connect identifier specified?
What is the advantage of index in sql?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
How do you get column names only for a table (sql server)?
How do you create a unique index?
What is the process of debugging?
what is csv? : Sql dba
Is primary key clustered index?
What is a temporal table?
how to create a table index in mysql? : Sql dba
Why is pl sql used?
how to fetch alternate records from a table? : Sql dba
Name three sql operations that perform a sort.
What are the basic sql commands?