Changes between Version 23 and Version 24 of ImportantUseCase5


Ignore:
Timestamp:
01/21/22 13:09:46 (3 years ago)
Author:
186102
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase5

    v23 v24  
    5353{{{#!sql
    5454INSERT INTO project.payment (payment_id,creditcard_number,order_id)
    55 VALUES (3000,2654598,2000),(3001,4651258,2001);
     55VALUES (3000,2654598,2000);
    5656}}}
    57 
    58 {{{#!sql
    59 INSERT INTO project."order" (order_id,order_status,total_price,client_id,delivery_id)
    60         VALUES (2000,'complete',1500,10,1000),(2001,'complete',33000,11,1001),
    61                (2002,'complete',2500,12,1002),(2003,'complete',45000,13,1003);
    62 }}}