4 Please write a querry to find repeated numbers in the
following table.
Table Name: Table1
Field1
10
15
20
15
10
Answer Posted / murtaza
SELECT COUNT(FIELD1)AS "NO OF OCCURENCES"
FROM TABLE1
WHERE FIELD1 BETWEEN 10 AND 15
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of sql stored procedure?
How is foreign key related to primary key?
Define msdb database?
What is the use of toad or sqldbx.?
Other than truncate statement, which other command can by-pass the trigger on the tables?
How will you find out if there are expensive SQL statements running or not?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
What is the partitioning method?
Explain isolation levels that sql server supports?
What are the different types of indexes?
How to get @@error and @@rowcount at the same time?
What is a cube? : sql server analysis services, ssas
What is bookmark link in ssrs?
Explain what is public role in sql server?
Explain acid?