In this practice exercise, you will work with a database consisting of three tables: Students, Teachers, and Classes. The exercise will help you practice writing SQL queries for CRUD operations.
- student_id (integer, primary key)
- student_name (varchar/text)