I have a situation I need to solve: I have two entities: client and credit card.
Client: INT id (PK) VARCHAR(12) citizen_id
The c
c