CH 2
CH 2
Here’s a summary of the key points from the lecture notes on the Relational Data
Model, along with multiple-choice questions to test understanding:
2. Terminologies
3. Types of Attributes
4. Relationships
5. Relational Constraints
6. Relational Integrity
7. Keys
o Super Key: Set of attributes that can uniquely identify a tuple.
o Candidate Key: Minimal super key; uniquely identifies tuples.
o Primary Key: Selected candidate key.
o Foreign Key: Links to a primary key in another table.
9. Advantages of RDBMS
o A) A collection of files
o B) A collection of relations (tables)
o C) A hierarchical structure
o D) A network of entities
Answer: B
o A) A column in a table
o B) A single row of a table
o C) A relationship between tables
o D) A type of attribute
Answer: B
o A) Unary
o B) Binary
o C) Ternary
o D) n-nary
Answer: C
5. Which constraint prevents null values from being entered into a
column?
o A) UNIQUE
o B) DEFAULT
o C) NOT NULL
o D) FOREIGN KEY
Answer: C
o A) Simple
o B) Composite
o C) Derived
o D) Abstract
Answer: D