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
Can a synonym name of a table be used instead of a table name in a select statement?
Why normalization is used?
What is the difference between varchar and varchar types?
Do you know what is replace and stuff function in sql server?
What is temporary stored procedure?
How to convert numeric values to integers in ms sql server?
What is a constant or literal in ms sql server?
What are user-defined functions (udfs) in sql server?
What is SQL Azure Firewall?
How network traffic be reduced by using the stored procedure?
What is function of ROLLUP ?
What is meant by Active-Passive and Active-Active clustering setup?
What is a trigger in sql server?
Write a program to fetch first 10 records from a file?
What are the different sql server versions?