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

Instruction

We'll also use another table named student. C'mon, check the contents of the other table as well.

Exercise

Get all the data from the student table.

Stuck? Here's a hint!

Type:

SELECT *
FROM student;