Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For the following scenario: A tutoring service needs a database to record information on students and their tutors. For each student, the database records
For the following scenario: A tutoring service needs a database to record information on students and their tutors. For each student, the database records a unique ID number, first name, last name, and birthdate. For each tutor, 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. a) /10 Draw relational schema diagram b) /10 Create a database in MySQL - foreign key 4 marks total-session has tutor and student c) /5 Add sample data (3 rows per table)
Step by Step Solution
★★★★★
3.57 Rating (171 Votes )
There are 3 Steps involved in it
Step: 1
1Relational Data model Relational data model represents data as re...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