Based on what you’ve learned from database modeling, create a new model for PyTech supporting the following business rules.
one STUDENT has many ENROLLMENT(s)
one ENROLLMENT has many COURSE(s)
one STUDENT ENROLL(s) in many COURSE(s)
Business Rule Hint: one STUDENT takes many COURSE(s) throughout many sessions (ENROLLMENTs) in the CYBR program.
Instructions:
Using UMLet, create an ORD based on the provided business rules
Student fields
student_id
first_name
last_name
Enrollment fields
term
gpa
start_date
end_date
Course fields
course_id
description
instructor
grade
Create a NoSQL data structure (supply your own default values).
Save the ORD and NoSQL data structure as separate image files.
Deliverable:
Combine the images into a single word document and include your name, date, and assignment.
Save your document as - .docx.