Use the setup already present in the editor without changing it.
Write only below the final comment a query that inserts data into the course table.
Exact rules:
- use
INSERT INTO course
- insert at least 3 courses
- courses with
id 1, 2, and 3 must exist
title is up to you
- every row must satisfy
start_date <= end_date