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 is a subquery?
π‘ Hint: Think about a query inside a query.
Question 2
Easy
What does a CTE stand for?
π‘ Hint: It starts with 'C' and is related to organizing results.
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 is a subquery?
π‘ Hint: Remember, it's like asking a question inside another question.
Question 2
True or false: CTEs only allow for storing data temporarily.
π‘ Hint: Think about what a temporary table does.
Solve and get performance evaluation
Push your limits with challenges.
Question 1
Create an SQL query that uses both a subquery and a CTE to find all employees in departments with total sales above 100,000.
π‘ Hint: Break this downβstart with the CTE to aggregate sales.
Question 2
Write a complex SQL query using window functions to rank employees by their salaries and show their names along with average salaries in their departments.
π‘ Hint: Use window functions for both ranking and averaging.
Challenge and get performance evaluation