1,378 views
0 votes
0 votes

2 Answers

1 votes
1 votes
Table 1: Bank(Code, Ph_No)

Table 2: Bank_Branches_BankBranch(Code, Name, Addr, Branch_No, BB.Addr)

Table 3: Loan_Loans(Loan_No, Amount, Type, Branch_No)

According to me there should be 3 tables

Please correct me where I'm wrong
0 votes
0 votes
THE MINIMUM TABLE WILL BE 4 .  3 FOR ENTITY AND 1 FOR MULTIVALUED ATTRIBUTE(REMEMBER IN 1NF ALL THE ATTRIBUTE MUST BE ATOMIC BUT BANK NAME IN ABOVE QUESTION IS MULTIVALUED ATTRIBUTE SO WE HAVE TO CREATE EXTRA TABLE FOR THAT)
edited by

Related questions

0 votes
0 votes
0 answers
1
practicalmetal asked Oct 26, 2023
374 views
Can someone please provide me with the correct explanation for this question
0 votes
0 votes
2 answers
4
kd..... asked Apr 26, 2019
814 views
Here if check_txn contains its own attributes then during converting into a relational model where does its attributes will be placed either in account side ( strong enti...