in Databases
543 views
0 votes
0 votes

$(A)1$ $(B)2$   $(C)4\\$ $(D)\ 5$

in Databases
543 views

5 Comments

edited by

if multivalued attributes cannot be NULL, only 2:



R1(Sid, Email, Dob, Sname) {Sid, Email → DoB, Sname }
R2(Game Likes, Phone No, Course Id, Sid, Email)

However, if attributes can be NULL
, 4 :


R1(Sid, Email, Dob, Sname) {Sid, Email → DoB, Sname }
R2(Game Likes, Sid, Email)

R3(Phone No, Sid, Email)

R4(Course Id, Sid, Email)

0
0
your first case : 2 tables sufficient,

is those tables are in BCNF ?
0
0

I might be missing something, can you please explain why they are not?

0
0

Listout the FD’s from table, R2(Game Likes, Phone No, Course Id, Sid, Email), then check are those in BCNF or not

2
2

got it!!! very silly mistake, thought all of those attributes can work as a composite key.

1
1

1 Answer

0 votes
0 votes

Answer should be- 4

3 for all different multi valued attribute and one for simple attribute.