From the course: Advanced SQL: Logical Query Processing, Part 1
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Challenge: Hybrid multi-table join - SQL Tutorial
From the course: Advanced SQL: Logical Query Processing, Part 1
Challenge: Hybrid multi-table join
- [Instructor] You need to write a query to report all animals and their vaccinations. Animals that have not been vaccinated should be included. The report should include the following attributes, the animal's name, species, breed, and primary color, the vaccination time and the vaccine name, the staff member's first name, last name, and role. The guidelines are to use the minimal number of tables that are required and to use the correct logical join types and force join order as needed. Good luck!
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.