Normal Form MCQ

Computer Science and Engineering > DataBase Management System

Normalization is a database design technique which organizes tables in a manner that reduces redundancy and dependency of data. It divides larger tables into smaller tables and links them using relationships. ➲ Normal Form MCQ - Quiz


  • A First
  • B Second
  • C Third
  • D Fourth
  • A Be in Second Normal Form (2NF)
  • B Be in Third Normal Form (3NF)
  • C Have a single attribute key
  • D Have a composite key
  • A Eliminate all hidden dependencies
  • B Eliminate the possibility of a insertion anomalies
  • C Have a composite key
  • D Have all non key fields depend on the whole primary key
  • A BCNF is stricter than 3 NF
  • B Lossless, dependency -preserving decomposition into 3 NF is always possible
  • C Loss less, dependency
  • D Any relation with two attributes is BCNF
  • A Key
  • B Key revisited
  • C Superset key
  • D None of the mentioned
  • A Functional dependency
  • B Database modeling
  • C Normalization
  • D Decomposition
  • A 1NF
  • B 2NF
  • C 3NF
  • D All of the mentioned
  • A 2NF
  • B 3NF
  • C 4NF
  • D 5NF
  • A 1NF
  • B 2NF
  • C 3NF
  • D 4NF
  • A 1 NF only
  • B 2 NF and hence also in 1 NF
  • C 3NF and hence also in 2NF and 1NF
  • D BCNF and hence also in 3NF, 2NF and 1NF