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;

We'll also use another table named student. C'mon, check the contents of the other table as well.
Get all the data from the student table.
Type:
SELECT * FROM student;
