Instruction
Let's check out the first table, Student.
Exercise
Select all columns from the Student table. It's a pretty small table that contains only four columns:
- The student identifier (
Id). - The first name of the student (
FirstName). - The middle name of the student (
MiddleName). - The last name of the student (
LastName).
Note: Not every student has a middle name.



