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
Does sql*plus also have a pl/sql engine?
how to include character strings in sql statements? : Sql dba
Why do we need a foreign key?
What is localdb mssqllocaldb?
The select into statement is most often used to create backup copies of tables or for archiving records?
Can we use insert statement in function?
What is the usage of sql functions?
write an sql query to find names of employee start with 'a'? : Sql dba
What is a sql instance vs database?
What will you get by the cursor attribute sql%rowcount?
What do you think about pl/sql?
What is difference between joins and union?
what are all the different types of indexes? : Sql dba
How many rows can sqlite handle?
How is pl sql different from sql?