Preparation

Fundamentals of Database Management Systems

Learning Objectives

  • Create a relational database using the CREATE TABLE SQL command
  • Select appropriate data types for attributes in relations
  • Manipulate data using the following SQL commands:
    • INSERT
    • UPDATE
    • DELETE