0% found this document useful (0 votes)
4 views

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

This document provides an overview of the requirements and objectives for Assignment 1 which involves installing and using a relational database system like Oracle or MySQL. Students will need to write CREATE TABLE statements to define the tables for an Intercollegiate Athletic Database with the correct data types, constraints like primary keys and foreign keys, and populate the tables with data using INSERT statements. The goals are to develop practical skills in creating database tables and gain familiarity with the specific database structure to be used for the assignment.

Uploaded by

Rom
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

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

This document provides an overview of the requirements and objectives for Assignment 1 which involves installing and using a relational database system like Oracle or MySQL. Students will need to write CREATE TABLE statements to define the tables for an Intercollegiate Athletic Database with the correct data types, constraints like primary keys and foreign keys, and populate the tables with data using INSERT statements. The goals are to develop practical skills in creating database tables and gain familiarity with the specific database structure to be used for the assignment.

Uploaded by

Rom
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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