| Version 5 (modified by , 30 hours ago) ( diff ) |
|---|
Use-case UC1001 Implementation - Add University
Initiating actor: Administrator Other actors: None Description: Administrator adds a new university to the system database.
Scenario:
- System prompts the user to enter the University Name, Location, and Is_Private status.
- System executes the SQL query to insert the new university into the database:
INSERT INTO University(Name, Location, Is_Private) VALUES (?, ?, ?);
Attachments (4)
- addUniversity.jpg (116.5 KB ) - added by 7 months ago.
- admin_menu.png (60.7 KB ) - added by 8 hours ago.
- add_university_success.png (43.4 KB ) - added by 8 hours ago.
- add_university_input.png (22.3 KB ) - added by 8 hours ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.



