how do you count the duplicate records in a table
Answer Posted / priya
select coloumn_name ,count(*) from table_name
group by coloumn_name
having count(*) > 1;
Is This Answer Correct ? | 35 Yes | 0 No |
Post New Answer View All Answers
Write a query to find the names of users that begin with "um" in sql?
Which are the different character-manipulation functions in sql?
What is pivot query?
What is an exception in PL/SQL? What are the two types of exceptions?
How to write a query to show the details of a student from students table whose
What are stored procedures in mysql?
Which normal form is best?
Can we change the table name in sql?
What is difference between rank () row_number () and dense_rank () in sql?
How to pipe multiline string to isql?
what is meant by urlencode and urldocode? : Sql dba
What is the starting oracle error number? What is meant by forward declaration in functions?
what is the stuff function and how does it differ from the replace function? : Sql dba
What is a Mapplet?
How do you run a query?