| SQL - Questions and Answers Have a SQL question? Post it here. First do a search to see if someone hasn't already answered it. |
|
|||
how to see the applied constraints of the tableif there is a table in MS-sql7 that has various constraints imposed on it,then what is the query by which we can see all the constraints of the table ,Please tell how to use that query.
|
|
|||
|
Open design view of a table in the Enterprize Manager and see the right side upper top of the tdesign view, you will find the rengular box icon. if you click it, it will show the list of constariant which are defined on that table.
|