Changes between Version 4 and Version 5 of AppDesign/UseCase01


Ignore:
Timestamp:
01/21/25 02:31:17 (33 hours ago)
Author:
211585
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDesign/UseCase01

    v4 v5  
    1313{{{
    1414
    15 INSERT INTO app_user (username , email, password, contact_details) VALUES
    16 ('user1', 'user1@example.com', 'password123', '123-456-7890');
     15INSERT INTO app_user (username , email, password, contact_details)
     16VALUES ('user1', 'user1@example.com', 'password123', '123-456-7890');
    1717}}}