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
What are the different types of Indexes available in SQL Server?
How do I setup a sql server database?
What is replication with database mirroring? : sql server database administration
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
How to create new tables with "create table" statements in ms sql server?
How to replace null values in expressions using isnull()?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
How to create median function?
What is the openxml statement in sql server?
What are tables in sql server?
What are number line correlation administrators will use while working with a subquery?
Can you explain about buffer cash and log cache in sql server?
Explain the disadvantages of cursors?
How can a database be repaired?
role of sql sever 2005 in database rather than any other database