In the relation X below P, Q, R, S, T and U are the attributes of the relation. Find the functional dependencies and candidate keys.
Relation X +---+---+---+---+---+---+ | P | Q | R | S | T | U | +---+---+---+---+---+---+ | p | c | e | i | k | v | | p | d | f | j | k | w | | p | d | g | j | n | y | | p | d | g | i | n | z | | q | d | f | i | k | x | | q | c | g | j | m | y | +---+---+---+---+---+---+
I do not understand how to find. Thanks.