Adding constraints in sql server comes under which category DML or DDL?
A:
DDL, since they alter the structure rather than the data.
For example: Referential integrity statements
ho1
2010-09-13 06:47:43
A:
DDL, as you're defining the relationships between tables, not modifying the data stored in them.
Piskvor
2010-09-13 06:48:43