BranchID | BranchName | BranchAddress |
---|---|---|
1 | Branch1 | Address1 |
2 | Branch2 | Address2 |
3 | Branch3 | Address3 |
4 | Branch4 | Address4 |
5 | Branch5 | Address5 |
FacilityID | FacilityType |
---|---|
1 | Drive_thru_Window |
2 | ATM |
3 | Safe_deposit_box |
4 | Internet_banking |
5 | Mobile_app |
ID | BranchID | FacilityID |
---|---|---|
(→ Bank_Branch.BranchID) | (→ Facilities.FacilityID) | |
1 | 1 | 1 |
2 | 1 | 2 |
3 | 2 | 1 |
4 | 2 | 3 |
5 | 3 | 1 |
6 | 3 | 4 |
7 | 4 | 1 |
8 | 4 | 5 |
9 | 5 | 1 |
10 | 5 | 2 |