edited by
2,451 views
4 votes
4 votes

Consider the following ER diagram:

The minimum number of tables required to represent $M, N, P, R_1, R_2$ is

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

1 Answer

3 votes
3 votes

Minimum three table Required.

MR(M1,M2,M3,P1), P(P1,P2), N(P1,N1,N2).

M1 is PK of table MR.

P1 is the PK of table P and

{P1,N1} is the primary key of N.

Answer:

Related questions

3 votes
3 votes
1 answer
2
go_editor asked Jul 29, 2016
2,271 views
Match the following $:$$\begin{array} {clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Secondary Index} & \text{i.} & \text{Functional Depende...
3 votes
3 votes
1 answer
3
go_editor asked Jul 29, 2016
1,762 views
Armstrong $(1974)$ proposed systematic approach to derive functional dependencies. Match the following w.r.t functional dependencies:$\begin{array}{} & \textbf{List-I} ...