Changes between Version 9 and Version 10 of UseCase10
- Timestamp:
- 02/12/25 04:33:19 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase10
v9 v10 22 22 === SQL 23 23 {{{ 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') 24 insert into agreement (A_Id, Price, Status, Datum, Tax_Nr, VIN, EMBG) values 25 ('13A533B', 16600, true, '2023-01-11', 'BM15153', 'WZZ04124124', '1507995410210') 27 26 }}} 27