DAT/380 Week 4 LAB 4.6 – Select lesson schedule with inner join

$ 5

DAT/380 Week 4 LAB 4.6 – Select lesson schedule with inner join

The database has three tables for tracking horse-riding lessons:
Horse with columns:
ID – primary key
RegisteredName
Breed
Height
BirthDate

Student with columns:
ID – primary key
FirstName
LastName
Street
City
State
Zip
Phone
EmailAddress

LessonSchedule with columns:
HorseID – partial primary key, foreign key references Horse(ID)
StudentID – foreign key references Student(ID)
LessonDateTime – partial primary key

Write a SELECT statement to create a lesson schedule with the lesson date/time, horse ID, and the student’s first and last names. Order the results in ascending order by lesson date/time, then by horse ID. Unassigned lesson times (student ID is NULL) should not appear in the schedule.

Hint: Perform a join on the Student and LessonSchedule tables, matching the student IDs.

995 in stock

SKU: DAT380WK4L4P6 Category:

Description

DAT/380 Week 4 LAB 4.6 – Select lesson schedule with inner join

The database has three tables for tracking horse-riding lessons:
Horse with columns:
ID – primary key
RegisteredName
Breed
Height
BirthDate

Student with columns:
ID – primary key
FirstName
LastName
Street
City
State
Zip
Phone
EmailAddress

LessonSchedule with columns:
HorseID – partial primary key, foreign key references Horse(ID)
StudentID – foreign key references Student(ID)
LessonDateTime – partial primary key

Write a SELECT statement to create a lesson schedule with the lesson date/time, horse ID, and the student’s first and last names. Order the results in ascending order by lesson date/time, then by horse ID. Unassigned lesson times (student ID is NULL) should not appear in the schedule.

Hint: Perform a join on the Student and LessonSchedule tables, matching the student IDs.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

You may also like…