Intermediate Database & SQL #SQL #query-narration #joins #window-functions

SQL Query Description Language

5 exercises — practise describing SQL operations in professional English: JOIN narration, window functions, aggregate queries, correlated subqueries, and JOIN type vocabulary.

0 / 25 completed
1 / 25

A developer narrates a query during a code review. Which description is the most professional and technically precise?

SELECT o.order_id, o.total
FROM orders o
JOIN customers c ON o.customer_id = c.id
WHERE c.country = 'DE';

Frequently Asked Questions

What does the "SQL Query Description" exercise practise?

Practice describing SQL operations in professional English: INNER JOIN narration, window functions, GROUP BY aggregations, correlated subqueries, and JOIN type vocabulary. 5 exercises for intermediate IT professionals.

How many questions are in this exercise?

This exercise has 25 questions, each multiple-choice with a full explanation shown after you answer.

What English level is this exercise for?

This exercise is tagged Intermediate. If the vocabulary feels difficult, browse the Database & SQL category page for an easier module to start with.