Answer Posted / divya mahendra sikarwar
SELECT FormID,
FormCode,
LangCode,
count(*)
FROM adzForm
GROUP BY FormID,
FormCode,
LangCode
HAVING COUNT(*)>1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I find information about the install locations for the various instances running on a computer?
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
What are the different types of locks in the database?
How to sort the query output with order by clauses in ms sql server?
what are the different types of replication you can set up in sql server? : Sql server database administration
What do you understand by a view?
How to test subquery results with the exists operator?
How to convert a numeric expression from one data type to another?
What is sql service broker?
How do you rebuild an identity column?
How to return the top 5 rows from a select query in ms sql server?
Is it possible to create trigger on views?
How do use Having,Group by,Group function in SQL?
Explain log shipping?
Why use “in” clause in sql server?