4 Please write a querry to find repeated numbers in the
following table.
Table Name: Table1
Field1
10
15
20
15
10
Answer Posted / phani
select distinct field1 from table1
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the difference between SQL notification and SQL invalidation?
How to concatenate two character strings together?
What is always encrypted?
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?
What are the requirements to use odbc connections in php scripts?
What are the five characteristics of good data?
What is log in sql server?
Do you know what is difference between stored procedure and user defined function?
What is 'write-ahead log' in sql server 2000 ?
Can You Use Data Mining Models In Ssrs?
What is difference between index seek vs. Index scan?
What are the different types of Indexes available in SQL Server?
How to make conditional sum in ssrs?
How to replace the Query Result 'Null Value' with a text ?
Mention the differences between having and where clause.