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 the difference between truncate and drop statements? : Sql dba
Sql technical questions
What is plpgsql language?
What is the difference between inner join and natural join?
Which are the different character-manipulation functions in sql?
Can triggers stop a dml statement from executing on a table?
How many functions are there in sql?
what are all different types of collation sensitivity? : Sql dba
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
What is the difference between a database and a relational database?
how to use 'mysql' to run sql statements? : Sql dba
What is the purpose of normalization?
What is record data type?
Why is pl sql used?
what is meant by urlencode and urldocode? : Sql dba