This site corresponds to the Spring 2020 course offering and is no longer maintained.
Learning Objectives
- Create a relational table using the
CREATE TABLE
SQL command
- Select appropriate data types for attributes in relations
- Manipulate data using the following SQL commands:
How to Complete this Lesson
- Read the following sections in Fundamentals of Database Management
Systems Chapter 7: Logical Database
Design
(15 minutes)
- Building the Data Structure with SQL
- Manipulating the Data with SQL
- Attend the class meeting
- Choose one of the resources for learning SQL and complete the relevant portions for creating tables
and inserting, updating, and deleting tuples to review the concepts covered
in class