CustomerID | FirstName | LastName | DateOfBirth |
---|---|---|---|
1 | John | Doe | 2000-01-01 |
2 | Jane | Smith | 1987-06-15 |
TypeID | AccountTypeName |
---|---|
1 | Checking |
2 | Savings |
AccountNumber | Balance | InterestRate | ConsumerLending | ForeignKeyCustomerID |
---|---|---|---|---|
(→ Customer.CustomerID) | ||||
1 | 1000.0 | 15.0 | Credit Card | None |
2 | 2000.0 | 10.0 | Credit Card | None |
3 | 3000.0 | 15.0 | Personal Loan | None |
4 | 4000.0 | 12.0 | Personal Loan | None |