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 tables and fields in the database?
Can a view be mutating? If yes, then how?
What is pl/sql table? Why is it used?
How does pl sql work?
How do you optimize a stored procedure in sql?
What is error ora-12154: tns:could not resolve the connect identifier specified?
what is a materialized view? : Sql dba
Why do we need cursor in pl sql?
Is a foreign key always unique?
Which one is better sql or oracle?
Is pl sql a programming language?
Does a primary key have to be a number?
Why do we use function in pl sql?
How to combine two stored procedures in sql?
What does inner join mean?