| Version 1 (modified by , 7 days ago) ( diff ) |
|---|
Creating a Course
Actors: Instructor (INSTRUCTOR)
1. The instructor selects New Course.
2. The instructor enters basic information.
3. The system creates the course.
INSERT INTO course (name, price, status, instructor_id)
VALUES ('Spring Boot Fundamentals', 99.99, 'ACTIVE', 5);
Note:
See TracWiki
for help on using the wiki.
