Given the following relation that stores details of employees and their projects:
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 (....)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here