final state of exercise 1

This commit is contained in:
d045778
2019-09-23 13:19:24 +02:00
parent 2fc2cea260
commit 1e28cb217f
12 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
ID;amount;parent_ID;book_ID;netAmount
301;1;401;201;11.11
302;1;401;271;15
303;2;402;252;28
1 ID amount parent_ID book_ID netAmount
2 301 1 401 201 11.11
3 302 1 401 271 15
4 303 2 402 252 28