How do you determine functional dependencies and a primary key?
问题 In my Oracle Database Programming course, the first part of our final lab assessment requires that we: Identify the Primary Key of the table as it is currently shown Find all functional dependencies of the table which we are given to work with. Draw the dependency diagram for the table(s) The table is in 1NF to begin with. From the research I have done, it seems like I need to essentially combine every possible FD, which would not only consume a very large amount of time, but seems bizarre