Answer Posted / vijay_1994
select count (column_name),column_name from table_name group by column_name having count(column_name)>1;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the built in functions of sql?
Why is sql important?
What is snowflake sql?
What is sql and also describe types of sql statements?
What are character functions?
What is trigger types in sql?
How does postgresql compare to oracle/db2/ms sql server/informix?
What is the difference between cross join and natural join?
What is oracle sql developer?
How do I count duplicates in sql?
How to run sql*plus commands in sql developer?
how to use in conditions? : Sql dba
what are date and time intervals? : Sql dba
Which operator is used in query for pattern matching?
What is the difference between function, procedure and package in pl/sql?