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
Is big data nosql?
Describe sql comments?
Can we perform dml on view?
What is an inconsistent dependency?
Write a sql query to convert all character to uppercase after hypen.
How is pl sql different from sql?
Does access use sql?
What is scalar function?
what is the difference between where clause and having clause? : Sql dba
how do you know if your mysql server is alive? : Sql dba
What are stored procedures used for?
What is a sql select statement?
How do you modify a trigger?
List and explain the different types of join clauses supported in ansi-standard sql?
What do we need to check in database testing?