Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create the three tables (Tutor, Student, and Match_History) similar to as shown in the pictures below. Insert shown data into these three tables. Show your
Create the three tables (Tutor, Student, and Match_History) similar to as shown in the pictures below. Insert shown data into these three tables. Show your SQL statements and the tables you create from MySQL or similar SQL software.
TUTOR (TutorID, CertDate, Status) STUDENT (StudentID, Read) StudentlD Read 2.3 5.6 1.3 3.3 2.7 4.8 7.8 TutorID CertDate 100 1/05/2015 1/05/2015 102 1/05/2015 103 5/22/2015 104 5/22/2015 105 5/22/2015 106 5/22/2015 Status Active Temp Stop Dropped Active Active Temp Stop Active 3000 3001 3002 3003 3004 3005 3006 3007 101 MATCH HISTORY (MatchlD, TutoD, StudentlD StartDate, EndDate) MatchID TutorlD StudentlD StartDate EndDate 100 3000 10/2015 2 3 4 101 102 106 3001 1/15/2015 3002 3003 5/28/2015 5/15/2015 2/10/2015 3/01/2015 103 104 104 3004 3005 3006 6/01/2015 6/01/2015 6/15/2015 6 6/01/2015 6/28/2015 7Step 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