Saved Bookmarks
| 1. |
Explain constraints , |
|
Answer» A constraint is a rule that is used for optimization purposes. There are FIVE TYPES of constraints: A NOT NULL constraint is a rule that prevents null values from being entered into one or more columns WITHIN a table. ... You can use a primary key and FOREIGN key constraints to define relationships between tables.Explanation:brainlist? |
|