D
D
Dmitry Volokitin2021-04-13 20:17:25
Database design
Dmitry Volokitin, 2021-04-13 20:17:25

How to implement a database?

Guys, tell me how to implement a database connection?
I have four tables: customer, bank, loan and loan offer. I understand how to link the first three tables, but there were difficulties with the fourth one ...
Here is the task itself:
6075d2138f5b9965174353.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2021-04-14
@Al6xand6r

The main entity here is the "loan offer". It must be related to all other entities: bank (m2o), loan product (what is called "loan" in the task) (m2o), client (o2m) and payment schedule (m2o). Other connections, IMHO, are not required.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question