Relational Data Model and CREATE TABLE Statement: Lesson 5: Assignment 1 Notes

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

Information Systems Program

Module 3
Relational Data Model and
CREATE TABLE Statement

Lesson 5: Assignment 1 Notes


Lesson Objectives
• Understand assignment 1 requirements
• Study documentation about the assignment
database (Intercollegiate Athletic Database)

Information Systems Program


Intercollegiate Athletic Work Flow

Resources Locations
Employee
Customer

Approve Create details

Event Request Event Plans Event Plan Lines

Facility
3

Information Systems Program


Intercollegiate Athletic Database Diagram

Information Systems Program


Assignment 1 Requirements
• Install and use Oracle or MySQL
• Write CREATE TABLE statements
– Correct syntax
– Appropriate data types
– Named constraints
– Write directly without using visual interface
• Execute SQL INSERT statements to populate
tables

Information Systems Program


Constraint Requirements
• PK
• FK
• NOT NULL
• CHECK
• Names for at least PK and FK constraints

Information Systems Program


Summary
• Practical skills with creating tables
• Importance of CREATE TABLE statement
• Importance of practice to develop knowledge and
skills
• Familiarity with ICA DB for assignment 1

Information Systems Program

You might also like