store_id | store_name | store_location |
---|---|---|
1 | Store A | New York City |
2 | Store B | Los Angeles |
3 | Store C | Chicago |
4 | Store D | Houston |
5 | Store E | Miami |
role_id | role_title |
---|---|
1 | Sales Associate |
2 | Manager |
3 | Assistant Manager |
4 | Cashier |
5 | Stock Clerk |
retail_store_id | staff_role_id |
---|---|
(→ Retail_Stores.store_id) | (→ Staff_Roles.role_id) |
1 | 1 |
2 | 1 |
3 | 1 |
4 | 1 |
5 | 1 |
5 | 2 |