The Relational Model and Normalization Questions
Practice The Relational Model and Normalization MCQs with answers and explanations. Page 2 of 3.
Category
Database
Topic
The Relational Model and Normalization
Page
2 / 3
Mode
Practice
Questions
Open any question to view the answer and explanation.
Functional dependency basics:
Evaluate the claim:
"The functional dependency R → S means that the value of S can be determined when we are given a value of R."
Open
View answer
Relational database theory — evaluate the claim about keys:
“A candidate key is a determinant that determines all the other columns in a relation.”
Decide whether this statement is correct or incorrect, keeping in mind the formal definition of candidate key (minimal superkey) and functional determination of all attributes.
Open
View answer
Relational terminology check — are table rows ever called “fields”?
Decide whether the claim “In a relation, the rows are sometimes called fields” is correct or incorrect. Use standard database terminology: row/tuple vs column/attribute/field.
Open
View answer
Normalization concept check — does Fifth Normal Form (5NF) isolate multivalued dependencies?
Evaluate the statement: “A relation is in 5NF when multivalued dependencies are isolated in their own relation.” Decide if this is correct or incorrect.
Open
View answer
Key terminology — decide whether the following claim is correct:
“Keys made up of two or more attributes are called composite keys.” Provide the best evaluation.
Open
View answer
Functional dependency basics — evaluate the statement:
“A functional dependency is a relationship between or among attributes.” Decide whether this description is correct or incorrect.
Open
View answer
Primary key vs. candidate key — evaluate the claim:
“A primary key is a composite key that was selected to be the main identifier for the relation.” Indicate whether this is correct or incorrect.
Open
View answer
Relational model overview — evaluate the statement:
“A relation is a two-dimensional table.” Decide whether this simplification is acceptable in database theory contexts.
Open
View answer
Purpose of relations — evaluate the claim:
“The only reason for the existence of relations is to store instances of functional dependencies.” Decide whether this statement is correct or incorrect.
Open
View answer
Inference from functional dependencies — evaluate the claim:
“Given the dependency R → (S, T), it also follows that R → S.” Decide whether this inference is correct or incorrect.
Open
View answer
BCNF criterion — evaluate the statement:
“A relation is in Boyce–Codd Normal Form (BCNF) if every determinant is a composite key.” Determine whether this is correct or incorrect.
Open
View answer
Relational database theory: any table that meets the formal definition of a relation is, by definition, in First Normal Form (1NF). Is this statement accurate?
Open
View answer
In a proper relation (relational model), does the physical or logical order of rows (tuples) matter for meaning or correctness?
Open
View answer
Functional dependency terminology: in the dependency R → S, is R properly called the determinant?
Open
View answer
Relational vocabulary: in a relation, are rows sometimes informally called “records” (even though the formal term is “tuples”)?
Open
View answer
In a proper relation, does the order of the columns (attributes) matter for the meaning of the data?
Open
View answer
Does a proper relation allow cells that hold multi-valued entries (e.g., lists or arrays inside a single cell)?
Open
View answer
Are relations categorized into normal forms because of their referential integrity constraints (foreign-key relationships)?
Open
View answer
Is a functional dependency (FD) an equation, or is it a semantic constraint about attribute values?
Open
View answer
Key definition: is a key a set of one or more attributes that uniquely identifies a row (tuple) in a relation?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.