Answered step by step
Verified Expert Solution
Link Copied!

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... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Java Programming

Authors: Joyce Farrell

9th edition

1337397075, 978-1337397070

More Books

Students also viewed these Accounting questions

Question

Create the relational diagram for the database shown in Figure.

Answered: 1 week ago