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 sp_configure commands and set commands?
Explain indexing and what are the advantages of it?
Explain about local stored procedure?
Explain how dts is used to extract, transform and consolidate data?
What is the difference between mysql and mysqli?
What are the disadvantages of indexes?
What do I need to start working with sql studio? : sql server management studio
Explain partitioned view?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
How to turn off warning messages during php execution?
What is xdr?
You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?
How to use column default values in insert statements in ms sql server?
What is report server project?
What are the differences between local and global temporary tables?