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 is rolap and its advantage? : sql server analysis services, ssas
What is temporary table in sql server? Why we use temp table?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
Explain about Normalization?
What’s the distinction between dropping a info and taking a info offline?
what is a correlated sub-query? : Sql server database administration
What is tablix?
What is user defined stored procedures?
How are the unique and primary key constraints different?
What is raid? : SQL Server Architecture
What is the difference between DataRow.Delete() and DataRow.Remove()?
What is a dbms wizard?
Can you please differentiate between a primary key and a unique key?
How can we use ConnectorJ JDBC Driver with MS SQL?
What are the operating modes in which database mirroring runs?