Inserting Table
Last updated
Last updated
Here's a sample table:
Always, you start with choosing the right database.
Then, I drop the table I created from the last assignment. This is necessary because the old one and the new have different constraints.
Then, create the new table.
Now, insert the data:
id
creator_id
time_stamp
total_amount
completion
remaining_amount
1
1
01/02/2019
300.00
1
0
2
3
01/02/2019
123.12
1
0
3
4
10/03/2020
326.12
1
0
4
1
08/15/2018
32626.11
0
30020.11
5
2
07/27/2020
3234.33
1
0
6
2
03/11/2019
4000.00
0
3521.94
7
1
01/19/2020
559.11
0
193.22