Instruction
We'll also use another table named Student. Let's check the contents of this table as well.
Exercise
Get all data from the Student table.
Stuck? Here's a hint!
Type:
SELECT * FROM Student;

We'll also use another table named Student. Let's check the contents of this table as well.
Get all data from the Student table.
Type:
SELECT * FROM Student;
