Changes between Version 1 and Version 2 of dmlScript.sql


Ignore:
Timestamp:
12/13/24 00:07:52 (5 weeks ago)
Author:
211101
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dmlScript.sql

    v1 v2  
    3333(3, 1, 2500.00, 1000.00), -- Spent 2500 on Cash, earned back 1000
    3434(4, 3, 600.00, 0.00);     -- Spent 600 on Credit Card for movie
     35
     36INSERT INTO tag_assigned_to_transaction (tag_id, transaction_id) VALUES
     37(1, 1),
     38(5, 2),
     39(2, 3),
     40(4, 4),
     41(5, 5);
    3542}}}