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
What is an active database?
Explain syntax for dropping triggers?
How you can minimize the deadlock situation?
How to rebuild the master database?
What is shared lock?
optimization techinques
Explain what is log shipping?
Is the order of columns in the set clause important in ms sql server?
What does COMMIT command do?
How to drop an existing table with "drop table" statements in ms sql server?
What is difference between rownum and rowid?
What are the types of indexes?
What is the stored procedure?
between cast and convert which function would you prefer and why?
What is xml datatype?