Changes between Version 3 and Version 4 of UseCase1001Implementation


Ignore:
Timestamp:
09/09/26 13:13:37 (31 hours ago)
Author:
216009
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase1001Implementation

    v3 v4  
    13132. Admin selects Add University.
    1414
    15 3. System prompts for Name, Location, Is Private.
     153. System prompts for Name, Location, Is_Private.
    1616
    17174. Admin inputs data.
     
    19195. System executes SQL:
    2020{{{
    21 INSERT INTO University(Name, Location, IsPrivate) VALUES (?, ?, ?);
     21INSERT INTO University(Name, Location, Is_Private) VALUES (?, ?, ?);
    2222}}}
    2323