If I have a table {A, B, C} and the FDs: {A -> B, B -> C} is the table in 2NF ?
Im a little bit confused because of the transitivity axiom which is if A -> B and B -> C then A -> C.
Is C FULL functional dependent from A or is C just normal functional dependent from A ? And in which NF is the table ? 1 or 2 ?