Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skillsβperfect for learners of all ages.
Enroll to start learning
Youβve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
What does RIGHT JOIN accomplish?
π‘ Hint: Think about which table is prioritized in a RIGHT JOIN.
Question 2
Easy
Write a SQL statement using FULL OUTER JOIN to find all customers and their orders.
π‘ Hint: Remember it combines all records from both tables.
Practice 4 more questions and get performance evaluation
Engage in quick quizzes to reinforce what you've learned and check your comprehension.
Question 1
What type of records does RIGHT JOIN return?
π‘ Hint: Focus on which table data is prioritized.
Question 2
FULL OUTER JOIN includes records from which tables?
π‘ Hint: Recollect the definition of FULL OUTER JOIN.
Solve 1 more question and get performance evaluation
Push your limits with challenges.
Question 1
Given two tables: employees
and departments
, write a SQL query to find employees even if they are not assigned to any department. Include the department name if present.
π‘ Hint: Think about focusing on employee data and what happens if they belong to no department.
Question 2
Create a query using FULL OUTER JOIN that lists all products and sales, but marks products not sold with NULL.
π‘ Hint: Focus on ensuring every product appears even if it has not been sold.
Challenge and get performance evaluation