New answers tagged database-engine
0
Constraints will basically allow you to enforce data integrity - limiting the values that may be inserted into a column and there by enforcing business rules. The database engine (SQL Server) will automatically enforce integrity of a database based on the constraints defined
e.g. NOT NULL, CHECK constraints, UNIQUE constraints, PRIMARY KEY constraints, ...
Top 50 recent answers are included
