I have the following table:
I need to identify the functional dependencies in this table. BranchID(primary key) is unique and it is the same story with Address and Phone_number. I have an idea on what is but I need to double check to see if I am correct. In needing to identify the functional dependencies, I am struggling to understand whether the Address and Phone_Number attributes are functionally dependent on BranchID seeing as the attributes themselves can uniquely identify the entire tuple.