type_id | type_name |
---|---|
1 | Fund_Transfer |
2 | Deposit |
3 | Withdrawal |
4 | Loan |
5 | Interest |
transaction_id | customer_id | amount | date |
---|---|---|---|
(→ Customers.customer_id) | |||
1 | 1 | 3000.75 | 2024-01-30 19:14:10 |
2 | 2 | -2000.65 | 2024-01-30 19:14:10 |
3 | 3 | 4000.85 | 2024-01-30 19:14:10 |
4 | 4 | -5000.95 | 2024-01-30 19:14:10 |
5 | 5 | 6000.55 | 2024-01-30 19:14:10 |
transaction_id | type_id |
---|---|
(→ Transactions.transaction_id) | (→ Types.type_id) |
1 | 1 |
2 | 1 |
3 | 1 |
4 | 1 |
5 | 1 |