please give me query code of unique fuction
select UNIQUE (name) from emp_info
Incorrect syntax near the keyword 'UNIQUE'.
Answer Posted / sakthi
select DISTINCT (Column_Name) from Table_Name
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
How to select some specific columns from a table in a query in ms sql server?
What is code near application topology?
What are Spatial data types in SQL Server 2008
Differentiate between delete and truncate.
Does partitioning help performance?
Explain use of expression builder.
What are the database roles? : sql server security
What is wide table?
What are the export options of ssrs?
What is difference between delete & truncate commands?
Is it possible to update the views? If yes, how, if not, why?
What is the recovery model?
Explain syntax for dropping triggers?
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
What are subquery and its properties?