Hi again
Let's say I have a table with the following attributes:
(CustomerID, CustomerName, CustomerEmail, CustomerBirthday, CustomerCountry)
Obviously the CustomerID is the primary key, and also, CustomerEmail is a candidate key.
But, can someone clarify to me what are the super keys of each entity of the table?
Also, what would be the dependencies of each entity of the table? :/
Thank you