Table Constraint Video: Discusses how to put constraints on a column so only certain values are allowed. The following types of constraints are discussed:
NOT NULL,
DEFAULT,
UNIQUE, and
CHECK.
Database View Video: This video discusses what a database view is, and how to create and drop a view. The following SQL commands are covered:
Views and CREATE VIEW.