Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
The Relational Model and Normalization Questions
Functional dependency basics:\nEvaluate the claim:\n\n"The functional dependency R → S means that the value of S can be determined when we are given a value of R."
Relational database theory — evaluate the claim about keys:\n“A candidate key is a determinant that determines all the other columns in a relation.”\nDecide whether this statement is correct or incorrect, keeping in mind the formal definition of candidate key (minimal superkey) and functional determination of all attributes.
Relational terminology check — are table rows ever called “fields”?\nDecide 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.
Normalization concept check — does Fifth Normal Form (5NF) isolate multivalued dependencies?\nEvaluate the statement: “A relation is in 5NF when multivalued dependencies are isolated in their own relation.” Decide if this is correct or incorrect.
Key terminology — decide whether the following claim is correct:\n“Keys made up of two or more attributes are called composite keys.” Provide the best evaluation.
Functional dependency basics — evaluate the statement:\n“A functional dependency is a relationship between or among attributes.” Decide whether this description is correct or incorrect.
Primary key vs. candidate key — evaluate the claim:\n“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.
Relational model overview — evaluate the statement:\n“A relation is a two-dimensional table.” Decide whether this simplification is acceptable in database theory contexts.
Purpose of relations — evaluate the claim:\n“The only reason for the existence of relations is to store instances of functional dependencies.” Decide whether this statement is correct or incorrect.
Inference from functional dependencies — evaluate the claim:\n“Given the dependency R → (S, T), it also follows that R → S.” Decide whether this inference is correct or incorrect.
BCNF criterion — evaluate the statement:\n“A relation is in Boyce–Codd Normal Form (BCNF) if every determinant is a composite key.” Determine whether this is correct or incorrect.
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?
In a proper relation (relational model), does the physical or logical order of rows (tuples) matter for meaning or correctness?
Functional dependency terminology: in the dependency R → S, is R properly called the determinant?
Relational vocabulary: in a relation, are rows sometimes informally called “records” (even though the formal term is “tuples”)?
In a proper relation, does the order of the columns (attributes) matter for the meaning of the data?
Does a proper relation allow cells that hold multi-valued entries (e.g., lists or arrays inside a single cell)?
Are relations categorized into normal forms because of their referential integrity constraints (foreign-key relationships)?
Is a functional dependency (FD) an equation, or is it a semantic constraint about attribute values?
Key definition: is a key a set of one or more attributes that uniquely identifies a row (tuple) in a relation?
1
2
3