Changes between Version 15 and Version 16 of ImportantUseCase5


Ignore:
Timestamp:
01/10/22 19:46:32 (3 years ago)
Author:
186102
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase5

    v15 v16  
    5555
    5656{{{#!sql
    57 INSERT INTO project.view_product (client_id,prod_id,time_stamp)
    58         VALUES (10,450,'22:35'),(11,16934,'12:41'),
    59                (12,84092946,'16:20'),(13,599866858,'10:40');
    60 }}}
    61 
    62 
    63 
    64 {{{#!sql
    6557INSERT INTO project."order" (order_id,order_status,total_price,client_id,delivery_id)
    6658        VALUES (2000,'complete',1500,10,1000),(2001,'complete',33000,11,1001),