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
Can two tables share a primary key?
What is BCNF? How is it better than 2NF & 3NF?
How will you optimize a stored procedure optimization?
How do I completely remove sql server instance?
What is sql or structured query language?
What is a ddl statement?
How many non clustered indexes there can be on table ?
Which are the third-party tools used in sql server and why would you use them?
Write a query to find 5th highest amount paid from the customer table.
what is the system function to get current user's user id? : Sql server database administration
Why truncate is ddl command?
Why variables called the most powerful component of ssis?
What is snapshot parameter in ssrs?
Explain sql server authentication modes?
What is wide table?