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

SQL Chapter 7 Lab 4

The document outlines various data types and their relationships within a university database, including Students, Instructors, Courses, and Departments. It details the importance of specific identifiers like Student ID and Instructor ID for tracking enrollment, grades, and budgets. Additionally, it describes subsets of courses (Onsite and Online) and linking tables that connect different entities for comprehensive data management.

Uploaded by

tterblloyd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

SQL Chapter 7 Lab 4

The document outlines various data types and their relationships within a university database, including Students, Instructors, Courses, and Departments. It details the importance of specific identifiers like Student ID and Instructor ID for tracking enrollment, grades, and budgets. Additionally, it describes subsets of courses (Onsite and Online) and linking tables that connect different entities for comprehensive data management.

Uploaded by

tterblloyd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Name Type Description

The people attending the university.


Student Data Important to know Student ID to select a
specific person. Important to know
enrollment and major information to use for
enrollment data and student demographics

The people teaching courses at the


Instructor Data university. Important to know Instructor ID to
select a specific instructor. Important to
know instructor salary to keep track of
department budgets.
The classes that are offered at the
Course Data university. Course ID's help select exact
courses to use for course enrollment by
semester.
Used to differentiate between online
Onsite Course Subset courses. Unlike online courses, onsite
courses have a physical location.
Used to differentiate between onsite
Online Course Subset courses. Unlike onsite courses, online
courses have a Course URL.

Course Roster Data Helps with tracking student's grades in each


course.
Periods of 4 months within the school year.
Semester Data Semester ID and Count of Students Enrolled
During Semester is important for tracking
enrollment.
Links Course table with Semester table.
Course Semester Linking Helps with keeping track of enrollment by
semester as well as tracking course details
by semester.
Links Student table with Semester table.
Student Semester Grades Linking Helps track Student's GPA by semester
which will help track the student's final GPA
at graduation.

Department Data Groups of similar majors. Helps track


budgets.

Department Salaries Linking Links Department table with Instructor table.


Helps make sure Instructor's salaries are
staying within the Department's budget
Specific fields of study offered to students.
Majors Data Helps with storing information about specific
majors.
Links Student table with Majors table. Helps
Student Majors Linking to identify what students are within certain
majors
Student Instructor Course Onsite Course
Onsite Course
Student ID Instructor ID Course Name
Location
Student First Instructor First
Course Credits
Name Name

Student Last Instructor Last Course Department


Name Name Name

Student Date Instructor Hire


Course ID
of Birth Date

Student
Instructor
Enrollment Course Instructor
Department ID
Date

Student Major Instructor Count of Students


1 Name Department Name Enrolled in Course

Student Major
Instructor Salary
1 Department

Student Major Instructor Office


2 Name Location

Student Major
2 Department

Student Major
3 Name

Student Major
3 Department
Online Course Course Roster Semester Course Semester
Online course Student Full
Semester ID Course Name
URL Name

Student Grade Semester Start Date Course ID

Semester End Date Course Credits

Count of Students
Course Department
Enrolled During
Name
Semester

Course Instructor

Count of Students
Enrolled in Course

Semester ID
Student Semester Grades Department Department Salaries Majors
Department
Student ID Department Name Major Name
Name

Student First Name Department ID Department ID Major ID

Department Department Budget


Student Last Name
Budget Amount Amount

Semester ID Instructor ID

Student GPA Instructor Salary


Student Majors

Student ID

Student First
Name

Student Last
Name

Major Name

Major ID

You might also like