4 Please write a querry to find repeated numbers in the
following table.
Table Name: Table1
Field1
10
15
20
15
10

Answer Posted / vivek

Select distinct Field1 from Table1 where Field1 between 10
and 15

Is This Answer Correct ?    2 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the xml datatype?

803


What is identity?

761


How can windows applications connect to sql servers via odbc?

788


Define left outer join?

756


Can you leave a union at any time?

762






Which sql server table is used to hold the stored procedure scripts?

795


Do you know what are the restrictions applicable while creating views? : SQL Server Architecture

732


Do you know what is bit data type and whats the information that can be stored inside a bit column?

720


How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?

855


Does sql server 2000 clustering support load balancing?

732


What is the use of tempdb? What values does it hold?

742


What is the purpose of the master database?

810


What is a non clustered primary key?

668


what is database replication? : Sql server database administration

713


If we delete pack Spec what will be the status of pack Body ?

1163