edited by
19,114 views
59 votes
59 votes

Consider the following entity relationship diagram $(ERD)$, where two entities $E1$ and $E2$ have a relation $R$ of cardinality 1:m.

The attributes of $E1$ are $A11$, $A12$ and $A13$ where $A11$ is the key attribute. The attributes of $E2$ are $A21$, $A22$ and $A23$ where $A21$ is the key attribute and $A23$ is a multi-valued attribute. Relation $R$ does not have any attribute. A relational database containing minimum number of tables with each table satisfying the requirements of the third normal form ($3NF$) is designed from the above $ERD$. The number of tables in the database is

  1. $2$
  2. $3$
  3. $5$
  4. $4$
edited by

5 Answers

0 votes
0 votes

three tables one for E1  and one for E2 which will also include reationship R and 1 table for multivalued attribute of E2 whose PK wil be (21,23) together .hence 3 tables required.

Answer:

Related questions

38 votes
38 votes
3 answers
6
Ishrat Jahan asked Nov 2, 2014
11,022 views
Consider two tables in a relational database with columns and rows as follows:$$\overset{\text{Table: Student}}{\begin{array}{|c|c|c|} \hline \textbf {Roll_no} & \textbf{...
43 votes
43 votes
6 answers
7
Ishrat Jahan asked Nov 2, 2014
12,422 views
Consider the following schedule $S$ of transactions $T1$ and $T2:$$${\begin{array}{l|l}\textbf{T1}& \textbf{T2} \\\hline\text{Read(A)} \\\text{A = A – 10}\\& \text...
43 votes
43 votes
5 answers
8
Ishrat Jahan asked Nov 2, 2014
10,756 views
A table T1 in a relational database has the following rows and columns: $$\begin{array}{|c|c|c|} \hline \text {Roll no. } & \text {Marks} \\\hline 1& 10 \\\hline 2 & 20 ...