== Issuing a Certificate ==== Actors: **System (automatic)** **1.** The user successfully completes the course. **2.** The system generates and stores a certificate. {{{#!sql INSERT INTO certificate (enrollment_id, issue_date, certificate_code, status) VALUES (1, CURRENT_DATE, 'CERT-2026-0001', 'ISSUED'); }}}