Changes between Version 9 and Version 10 of UseCase10


Ignore:
Timestamp:
02/12/25 04:33:19 (10 days ago)
Author:
141515
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase10

    v9 v10  
    2222=== SQL
    2323{{{
    24 INSERT INTO agreement (Price, Dependent, Status, Datum, Tax_Nr, VIN, EMBG)
    25 VALUES (87300, array['Ivan Akimovski'], true, '2023-07-01',
    26 'OB15153', 'WZY0R124322', '1507995410010')
     24insert into agreement (A_Id, Price, Status, Datum, Tax_Nr, VIN, EMBG) values
     25('13A533B', 16600, true, '2023-01-11', 'BM15153', 'WZZ04124124', '1507995410210')
    2726}}}
     27