Given the following relation that stores details of employees and their projects: ProjectID EmployeeName EmployeeSalary 100-A Salim Housni 2000 100-A Taleb Maashani 1800 100-B Taleb Maashani 1800...


Given the following relation that stores details of  employees and their projects:



















































ProjectID

EmployeeName

EmployeeSalary
100-ASalim Housni2000
100-ATaleb Maashani1800
100-BTaleb Maashani1800
200-ASalim Housni2000
200-BSalim Housni2000
200-CSalim Housni1350
200-CTaleb Maashani1800
200-DSalim Housni1350

If  the functional dependencies are consistent with the above relation,  putTRUE. If they are not,  putFALSE



ProjectID
-->
EmployeeName

(....)



ProjectID -->
EmployeeSalary

(....)



ProjectID ,EmployeeName -->EmployeeSalary

(....)



EmployeeName -->
EmployeeSalary

(....)



EmployeeSalary

-->
ProjectID
(....)



EmployeeSalary  -->

EmployeeName ,ProjectID (....)



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here