Use the setup already present in the editor without changing it.
Write only below the final comment a query that inserts data into the student table.
Exact rules:
- use
INSERT INTO student
- insert at least 3 students
- students with
id 1, 2, and 3 must exist
name and grade are up to you
age must always be >= 18