Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which normal form requires that no non-key column depends on another non-key column?

  1. A First normal form
  2. B Second normal form
  3. C Third normal form
  4. D Boyce-Codd normal form
Answer

Third normal form

3NF removes transitive dependencies. Storing city and state alongside pincode in the same table breaks it, because state is a fact about the pincode.

All MySQL MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as