Answered step by step
Verified Expert Solution
Question
1 Approved Answer
4.10 LAB - Select lesson schedule with multiple joins The database has three tables for tracking horse-riding lessons: 1. Horse with columns: o Breed Height
4.10 LAB - Select lesson schedule with multiple joins The database has three tables for tracking horse-riding lessons: 1. Horse with columns: o Breed Height BirthDate 2. Student with columns. 0 ID-primary key RegisteredName Street City 0 ID-primary key FirstName LastName 13 State Phone EmailAddress 3. LessonSchedule with columns HorseID-partial primary key, foreign key references Horse (ID) Student D-foreign key references Student(ID) LessonDateTime - partial primary key Write a SELECT statement to create a lesson schedule for Feb 1, 2020 with the lesson date time, student's first and last names, and the horse's registered name. Order the results in ascending order by lesson date time then by the horse's registered name. Make sure unassigned lesson times (student ID is NULL) appear in the results. Leser chedule Sellers and Horse tables matching the student 1Ds and horse Ds
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