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 is sql dialect?
How insert into statements in sql?
can a stored procedure call itself or recursive stored procedure? : Sql dba
Which sql most popular?
What are the operators used in select statements?
Can primary key be changed?
Why stored procedure is faster than query?
What is the process of copying data from table a to table b?
explain the difference between delete , truncate and drop commands? : Sql dba
What is a sql instance vs database?
Can we edit a view in sql?
What is cursor and its types?
what are the advantages a stored procedure? : Sql dba
What is sql trigger example?
What is the current version of postgresql?