
Normalisation
Quiz by Mr Graham
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
7 questions
Show answers
- Q1What is the primary purpose of normalization in database management?To simplify SQL queriesTo improve database securityTo increase data redundancyTo eliminate data redundancy30s
- Q2What is the goal of achieving Third Normal Form (3NF) in database design?To combine multiple tables into oneTo eliminate transitive dependenciesTo achieve a flat file structureTo allow duplicate data30s
- Q3Which of the following describes the First Normal Form (1NF)?Each table must be related to at least one other tableNo multivalued attributes are allowedEach column must contain atomic valuesTables must have a primary key30s
- Q4Which of the following is a characteristic of the Second Normal Form (2NF)?No attributes can be nullAll attributes must be uniqueNo non-prime attribute is partially dependent on any candidate keyAll attributes must be dependent on the primary key30s
- Q5What is a common result of applying normalization to a database?Slower query performanceReduced data securityImproved data consistency and integrityIncreased data duplication30s
- Q6In the process of normalization, what does it mean for a relation to be in Second Normal Form (2NF)?It has no duplicated rowsIt is in First Normal Form and all non-key attributes are fully functionally dependent on the primary keyIt must have only one primary keyIt eliminates all null values from the table30s
- Q7Which type of dependency must be removed to achieve Second Normal Form (2NF)?Multivalued dependencyFunctional dependencyPartial dependencyTransitive dependency30s