4 Please write a querry to find repeated numbers in the
following table.
Table Name: Table1
Field1
10
15
20
15
10
Answer Posted / arun kumar
SELECT Field1 FROM Table1 WHERE Field1%5=0
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is explicit mode in sql server?
What is the difference between a unique key and primary key?
Explain about sql server login?
When do you think a developer should use sql server-based cursors?
Which sql server table is used to hold the stored procedure script?
How will you make an attribute not process? : sql server analysis services, ssas
How to list all stored procedures in the current database using ms sql server?
What are logical database components? : SQL Server Architecture
What is meant by dirty read?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
Which are the two editions in which SQL Azure database available?
What does ss stand for sexually?
difference between Clustered index and non clustered index ?
How can sql server instances be hidden? : sql server security
What is a transaction and why is it important?