InterviewSolution
Saved Bookmarks
| 1. |
What Are Constraints? Explain Different Types Of Constraints. |
|
Answer» Constraints enable the RDBMS enforce the integrity of the database automatically, WITHOUT needing you to CREATE triggers, RULE or defaults. Constraints enable the RDBMS enforce the integrity of the database automatically, without needing you to create triggers, rule or defaults. |
|