Aan de slagGa gratis aan de slag

Apply best practices to your code

In this exercise you will update the code below to adhere to the best practices you learned in this chapter.

SELECT first_name, last_name, email FROM rental AS r 
-- FROM address AS a JOIN r.address_id = a.address_id
JOIN customer AS c ON r.customer_id = c.customer_id;

Deze oefening maakt deel uit van de cursus

Applying SQL to Real-World Problems

Cursus bekijken

Praktische interactieve oefening

Zet theorie om in actie met een van onze interactieve oefeningen.

Begin met trainen