CS-06 Data Base Management System Dec-2003
Q.6(a). Consider the relation R with 5 attributes A, B, C, D, E. You are given the following dependencies:
A->B
BC->E
ED-A
(i) List all keys of R.
(ii)IsRin3NForBCNF?
(iii) Design the normalised tables.
(b) Explain the trade offs in distributing the database in the context of Distributed database.