id | Banking_Technology | Capabilities |
---|---|---|
1 | ATM | Contactless Transaction |
2 | ATM | Card Swipe Only |
3 | Point of Sale Terminal | Contactless Transaction |
4 | Point of Sale Terminal | Card Swipe Only |
5 | Mobile App | Payment Processing |
6 | Online Banking | Transfer Funds |
id | FirstName | LastName | BirthDate | PhoneNumber | EmailAddress |
---|---|---|---|---|---|
1 | John | Doe | 1980-01-01 | +1234567890 | john.doe@example.com |
2 | Jane | Smith | 1990-02-02 | +9876543210 | jane.smith@example.com |
3 | Alice | Brown | 1995-03-03 | +1111111111 | alice.brown@example.com |
4 | Charlie | Black | 1985-04-04 | +2222222222 | charlie.black@example.com |
id | CustomerID | Balance | OpenDate |
---|---|---|---|
(→ Customers.id) | |||
1 | 1 | 1000.0 | 2020-01-01 |
2 | 2 | 500.0 | 2021-02-02 |
3 | 3 | 3000.0 | 2019-03-03 |
4 | 4 | 2000.0 | 2022-04-04 |
id | TechnologyId | Location | CreatedAt |
---|---|---|---|
(→ Technology.id) | |||
1 | 1 | Main Street | 2020-01-01T10:00:00 |
2 | 2 | Market Square | 2021-02-02T11:00:00 |
3 | 3 | Park Avenue | 2019-03-03T12:00:00 |
4 | 4 | River Side | 2022-04-04T13:00:00 |
id | TechnologyId | StoreLocation | CreatedAt |
---|---|---|---|
(→ Technology.id) | |||
1 | 1 | Grocery Shop | 2020-01-01T14:00:00 |
2 | 2 | Electronics Store | 2021-02-02T15:00:00 |
3 | 3 | Clothing Boutique | 2019-03-03T16:00:00 |
4 | 4 | Bookstore | 2022-04-04T17:00:00 |