Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
4. Get to know the tables continued
UNION
INTERSECT
EXCEPT

Instruction

Now, why don't you check the contents of the other table we're going to work on? This time, we'll deal with speed skating medalists.

Exercise

Display the contents of the table skating.

Stuck? Here's a hint!

Type:

SELECT *
FROM skating;