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
Explain the difference between cross join and full outer join?
Tell me what is the stuff and how does it differ from the replace function?
Define clusters?
How to perform backup for certificates in sql server? : sql server security
How do you troubleshoot errors in a SQL Server Agent Job?
How to loop through the result set with @@fetch_status?
what is hash nonclustered index
How to configure odbc dsn with different port numbers?
What is snapshot replication?
How many types of subqueries are there in sql server?
Explain what role entity and relationship play in an ER diagram.
Why use “nolock” in sql server?
What is scrollable cursor?
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
Can I work with several databases simultaneously? : sql server management studio