1. Computer Science Engineering (CSE)
  2. DataBase Management System (DBMS)
  3. Relational Database Design
  4. The relation employee(ID,name,street,Cre...
Q.

The relation employee(ID,name,street,Credit,street,city,salary) is decomposed into
employee1 (ID, name)
employee2 (name, street, city, salary) This type of decomposition is called

A. Lossless decomposition
B. Lossless-join decomposition
C. All of the mentioned
D. None of the mentioned
Answer» D. None of the mentioned

Discussion