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 types of index in sql?
What is data type in sql?
What is the difference between mdf and ndf files?
What is substitution variable in pl sql?
How do I view stored procedures?
Why is there a need for sqlcode and sqlerrm variables?
What is varchar used for?
Is merge a dml statement?
What are the two types of exceptions.
What is nested table in pl sql?
How to move files from one directory to another in pl sql?
What is data control language?
how to start mysql server? : Sql dba
explain advantages of myisam over innodb? : Sql dba
What is data definition language?