4 Please write a querry to find repeated numbers in the
following table.
Table Name: Table1
Field1
10
15
20
15
10
Answer Posted / anjali
select count (distinct columnname)
from tablename
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the use of =,==,=== operators?
What is the difference between lock, block and deadlock? : sql server database administration
How to select some specific rows from a table in ms sql server?
What is a trace frag? Where do we use it?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
Tell me when is the update_statistics command used?
List the advantages of using stored procedures?
What are the disadvantages of indexes?
What are different backups available in sql server?
What is dml command?
How to enter date and time literals in ms sql server?
What is sub query and its properties?
What are the different types of indexes?
How the authentication mode can be changed?
What is analysis service repository?