Good evening everyone!
So, the sheet asks me to create a database with 3 tables.
The name of the first table is Bank and has specific features like the codenumber of the bank, the location, phonenumbers and the numbers of employess.
The name of the second table is Stuff and also has specific features like name and lastname together in one field, number id, date of birth and if there are married (yes or no)
The sheet asks me to create a third table with the name Loans which include specific features as well. The third table accepts from the first table the codenumber and from the second table the numberid, also it has the field payoff, the field duration and the last field type of loan.
Hence, many to many relationship?, and if so, the primary keys are only on the first and second tables and the foreign keys are in the third table? Note that i didnt put any primary key in the third table
Sorry for the big text