| Version 1 (modified by , 7 days ago) ( diff ) |
|---|
Issuing a Certificate
Actors: System (automatic)
1. The user successfully completes the course.
2. The system generates and stores a certificate.
INSERT INTO certificate (enrollment_id, issue_date, certificate_code, status) VALUES (1, CURRENT_DATE, 'CERT-2026-0001', 'ISSUED');
Note:
See TracWiki
for help on using the wiki.
