Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Get to know the data
5. Get to know the table equipment
JOIN revisited
LEFT JOIN
RIGHT JOIN
FULL JOIN
OUTER JOINS
NATURAL JOIN
Aliases for tables

Instruction

Finally, the third table: equipment. Check the contents of the table.

Exercise

Get all the data from the table equipment.

Stuck? Here's a hint!

Type:

SELECT *
FROM equipment;