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 do mean by xml datatype?
Explain about remote stored procedure?
How to create a store procedure with encryption?
How to connect sql server management studio express to sql server 2005 express?
How many categories of data types used by sql server?
How to backup SQL Server Reporting Services ?
Where in ms sql server is ’100’ equal to ‘0’?
What command do we use to rename a database?
What type of locking occurs during the snapshot generation? : sql server replication
What is the template in sql?
Explain about service Broker functions?
What is data block and how to define data block size?
What are the types of indexing?
what protocol both networks use? : Sql server database administration
Differentiate between a having clause and a where clause.