How to list all tables having unique constraints in any of
the columns in a database.
Answer Posted / rama krishna
select * from INFORMATION_SCHEMA.TABLE_CONSTRAINTS where
constraint_type='unique'
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are key, name and value columns of an attribute? : sql server analysis services, ssas
What is the process of normalization?
What is implicit mode in sql server?
How can I get data from a database on another server?
What are translations and its use? : sql server analysis services, ssas
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
Describe the functionalities that views support.
What is scheduled job and how to create it?
How to find the second highest salary of an employee?
Why I am getting "the microsoft .net framework 2.0 in not installed" message?
What are database states in ms sql server?
What is the difference between push and pull subscription? : sql server replication
What is the need for indexing?
How to attach adventureworkslt physical files to the server?
How to delete duplicate records based on single column from a table?