SQL statement to create tables
SQL statement to insert values into tables
Introduction to Constraints
Constraints: FOREIGN KEY, and CHECK constraints
Managing constraints using the ALTER TABLE statement
This lab will put into practice the CREATE TABLE statement and the INSERT INTO statement.
This lab will put into practice the CREATE TABLE statement for creating constraints.