4 Please write a querry to find repeated numbers in the
following table.
Table Name: Table1
Field1
10
15
20
15
10
Answer Posted / pritesh
SELECT field1
FROM table1
GROUP BY field1
HAVING COUNT(field1)>1;
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain the different types of backups available in sql server? : sql server database administration
Where actually sql azure database is hosted?
What are the advantages of using third-party tools?
What do you understand by user-defined function in the sql server?
What are the types of database recovery models?
How and why use sql server?
What is the exact numeric data type in sql?
Do you know how to make remote connection in database?
What are the aggregate and scalar functions?
Write a sql query to display the current date?
To which devices can a backup be created and where should these devices be located? : sql server management studio
Can you explain important index characteristics?
How do you open a cluster administrator?
How do you check sql server is up and running?
What is the order in which the sql query is executed?