Open In App

SQL | Checking Existing Constraints on a Table using Data Dictionaries

Prerequisite: SQL-Constraints

In SQL Server the data dictionary is a set of database tables used to store information about a database’s definition. One can use these data dictionaries to check the constraints on an already existing table and to change them(if possible).



Article Tags :
SQL