开发者

More than one credit card per account

I'm implementing an开发者_Python百科 ATM simulator using databases. The bank accounts that i'm holding have ( or not ) to be associated with more than only one credit card, each. I know how to associate it with only one credit card each, by storing the credit card id in a field, but i don't know how to make it work if more than one credit card have access to a specific bank account.

What should i be looking for ?

BTW, i'm doing it in SQLite.


Number of bank account in each credit card.

You must have bank account in credit card structure, not credit card structure in bank account structure, because credit card is linked to account not account to credit card!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜