1. Select All
You are given the following tables:
    - Student (name, age, hobby)
    - Teacher (name, age, department)

Write a query to return all the data in the Student table.
Your Query
Your Output
Expected Output