Changes between Version 2 and Version 3 of UC1001


Ignore:
Timestamp:
09/09/26 13:05:33 (29 hours ago)
Author:
216009
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UC1001

    v2 v3  
    1818- Location
    1919
    20 - isprivate
     20- Is_Private
    2121
    22223. Administrator enters data and submits.
     
    24244. System inserts the university into the database:
    2525{{{
    26 INSERT INTO University(Name, Location, IsPrivate)
    27 VALUES (:name, :location, :isprivate);
     26INSERT INTO University(Name, Location, Is_Private)
     27VALUES (:name, :location, :is_private);
    2828}}}
    2929