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 create a store procedure with encryption?
Tell me what is a linked server?
can a database be shrunk with users active? : Sql server administration
How do users use Report Builder with SQL Server data sources?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
What are the different types of triggers in SQL SERVER?
How we can refresh the view?
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
When you should use a low fill factor?
How to maintain a fill factor in existing indexes?
What is cursors?
How to use transact-sql statements to access the database engine?
How to modify the underlying query of an existing view?
What is the function of sql server agent windows service?
Is sql server free?