wiki:UseCase1001Implementation

Version 5 (modified by 216009, 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:

  1. User selects "1. Add University" from the Admin Menu.
  1. System prompts the user to enter the University Name, Location, and Is_Private status.
  1. User inputs the requested university details.
  1. System executes the SQL query to insert the new university into the database:
    INSERT INTO University(Name, Location, Is_Private) VALUES (?, ?, ?);
    
  1. System displays a confirmation message indicating that the university was successfully added.

Attachments (4)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.