Question
For the following scenario: 1)Define Relational Data Model 2) Draw relational schema diagram specifying the foreign keys for the schema in part 1 3)Create a
For the following scenario:
1)Define Relational Data Model
2) Draw relational schema diagram specifying the foreign keys for the schema in part 1
3)Create a database in MySQL
4) Add sample data (3 rows per table)
A tutoring service needs a database to record information on students and their tutor. For each student, the database records a unique ID number, first name, last name, and birthdate. For each tutoring, the database records a unique employee ID number, first name, last name, and the date he or she started working. The database tracks a list of academic subjects that students may be tutored in; each subject is identified by a unique subject name. The database also tracks each tutoring session. A tutoring session involves exactly one student and exactly one tutor; for each session, the database tracks the date of the session, and how many hours the session lasted.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started