Changes between Version 4 and Version 5 of UseCase3
- Timestamp:
- 12/12/24 21:49:34 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase3
v4 v5 12 12 INSERT INTO Dorm_Document (d_id, d_comment, d_status, upload_date, file_path, emp_id, student_id) 13 13 VALUES 14 (1, 'Room allocation document', ' Approved', '2024-01-10', '/path/to/doc1.pdf', 4, 1),14 (1, 'Room allocation document', 'Pending', '2024-01-10', '/path/to/doc1.pdf', 4, 1), 15 15 (2, 'Payment confirmation', 'Pending', '2024-02-15', '/path/to/doc2.pdf', 4, 2); 16 16 }}}