What is the table name,that contains the Primary Key, Unique Key and Foreign Key Information?

 Posted by Sriramnandha on 6/3/2012 | Category: Sql Server Interview questions | Views: 3001 | Points: 40
Answer:

INFORMATION_SCHEMA.TABLE_CONSTRAINTS, where CONSTRAINT_TYPE column stores the information of Constraint Type.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response