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 mock test.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
What does a FULL OUTER JOIN do?
π‘ Hint: Think about how rows might not match between two tables.
Question 2
Easy
What does SELF JOIN allow you to do?
π‘ Hint: Consider comparing entries within the same entity.
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 will a FULL OUTER JOIN return?
π‘ Hint: Consider what each join type typically provides.
Question 2
True or False: INTERSECT will return all rows from the first dataset.
π‘ Hint: Think about the commonality of data between two datasets.
Solve 1 more question and get performance evaluation
Push your limits with challenges.
Question 1
Create an SQL query that utilizes FULL OUTER JOIN and CROSS APPLY between two tables, demonstrating how they work together in a complex dataset.
π‘ Hint: Consider how CROSS APPLY can dynamically apply functions to pulled rows.
Question 2
Write a complex query using INTERSECT and EXCEPT to filter down a list of products that are available in both the current inventory and the archived sales, excluding any that are marked as discontinued.
π‘ Hint: Break down the query by defining each part before composing it together for clarity.
Challenge and get performance evaluation