== Creating a Course ==== Actors: **Instructor (INSTRUCTOR)** **1.** The instructor selects New Course. **2.** The instructor enters basic information. **3.** The system creates the course. {{{#!sql INSERT INTO course (name, price, status, instructor_id) VALUES ('Spring Boot Fundamentals', 99.99, 'ACTIVE', 5); }}}