how do you count the duplicate records in a table
Answer Posted / suresh a
select sum(count(col1) -1) from emp
group by col1 having count(col1) > 1
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can you save or place your msg in a table?
Name some usages of database trigger?
Are stored procedures faster than dynamic sql?
What is the most important ddl statements in sql are?
Sql technical questions
Is drop table faster than truncate?
How to create a menu in sqlplus or pl/sql?
which tcp/ip port does sql server run on? : Sql dba
what is an extent ? : Sql dba
explain what is mysql? : Sql dba
How do I pipe the output of one isql to another?
What are the types of sql commands?
how to enter numeric values as hex numbers? : Sql dba
What is sql*plus?
What is structural independence and why is it important?