Solution:A candidate key is a column or set of columns in a table that can uniquely identify any data base record without referring to any other data.
The following functional dependencies,
U → V, VW → X, Y → W, X →U
S = (U, V, W, X, Y, Z)
Here YZ an independent key, so for every key, the YZ Should their. Hence only option 4 is containing YZ for all keys. Hence the correct answer is UYZ, VYZ, XYZ.