I have 3 tables. How to display cardNumber and coresponding group based on this situation. I can then create a view and see the card number and which group it belong to.
**1.ClientCards:**
1.1cardID
1.2cardNumber
1.2relCardTypeID - foreign key of 2.1cardTypeID
**2.cardTypes:**
2.1cardTypeID - foreign key of 3.1groupID
2.2relParrentID
2.2cardTypeName
**3.cardGroups:**
3.1groupID
3.1groupName