Lesson 1
Managing constraints
Constraints are rules that you can add to your table and column definitions.
These rules govern the data values that can be entered into a table or column.
This module discusses how to
These rules govern the data values that can be entered into a table or column.
This module discusses how to
- Identify the four basic types of constraints
- Create PRIMARY KEY constraints on database tables
- Create unique constraints on database tables
- Create foreign key constraints on database tables
- Identify how CHECK constraints work
- Use the EXCEPTIONS INTO clause of the CONSTRAINT definition
- Identify how constraints are implemented
- Find information about constraints in the data dictionary