RDBMS Programming and Technical Logical Reasoning Cryptography

A B C is a set of attributes. The functional dependency is as follows
AB -> B
AC -> C
C -> B
a) is in 1NF
b) is in 2NF
c) is in 3NF
d) is in BCNF

Read Solution (Total 3)

RDBMS Other Question

Spurious tuples may occur due to
i. Bad normalization
ii. Theta joins
iii. Updating tables from join
option
a) i & ii
b) ii & iii
c) i & iii
d) ii & iii
In mapping of ERD to DFD
a) entities in ERD should correspond to an existing entity/store in DFD
b) entity in DFD is converted to attributes of an entity in ERD
c) relations in ERD has 1 to 1 correspondence to processes in DFD
d) relationships in ERD has 1 to 1 correspondence to flows in DFD