Question 73
Explanation
Find minimum number of tables required for converting the following entity relationship diagram into relational database?
Explanation
Previous | Next |
UGC NET CS December 2019 - Question 72 | UGC NET CS December 2019 - Question 74 |
Attribute B being multi-valued, we need to remove the multi-valued attribute B to convert given entity relationship diagram into relational database.
As relational database do not allow multi-valued attributes. We have to instroduce new table.
So, number of tables as below:
-
R1
-
R12R2
-
A table for B (Multi-valued attribute)
So, total 3 tables are required for the given entity relational diagram.So, option 3 is correct answer