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
In relational database theory, a relation is best described as what kind of table?
In relational terminology, a row of a table is synonymous with which term?
The classes of relations produced by normalization to avoid modification anomalies are called what?
A relation that is free of all modification anomalies is in which normal form?
Multivalued dependency constraint: which action is a standard solution to eliminate the problem?
A relation is in which normal form if it is in Boyce–Codd normal form and also has no multivalued dependencies?
Functional dependency logic: If attribute A functionally determines both attributes B and C, what else must be true?
In relational terms, a tuple refers to which element of a relation (table)?
Dependency inference: Every time attribute A appears it has the same B value, but C varies. What dependency statement is therefore true?
In relational database design, what do we call a group of one or more attributes (columns) that uniquely identifies a single row (tuple) in a table?
Within the relational model, what best describes a key with respect to a table (relation)? Choose the statement that correctly characterizes a key's role.
In relational terminology, an attribute is best defined as which of the following within a table (relation)?
Functional dependencies: If attributes A and B together determine attribute C (written (A, B) → C), what else is necessarily true?
Primary key selection: From which set is the primary key of a relation chosen in relational database design?
Creating relationships in the relational model: Which construct is used to relate rows across two tables (parent and child)?
Relational terminology mapping: In database theory and SQL practice, the word “table” is synonymous with which formal term?
Data anomalies: In some poorly designed tables, changes to data cause undesirable side effects. What are these consequences commonly called in normalization theory?
Relational requirements: Which of the following is NOT a restriction for a table to qualify as a relation under the relational model?
Functional dependency scope: A functional dependency (FD) is a relationship between or among which elements of a relation?
In relational database design, when the values in one or more attributes used as a foreign key must already exist as matching values in a candidate key of another table, what have we enforced?
1
2
3