Multiple choice

Which of the following is the characteristics of a relational database model?

  1. Table

  2. Tree-like Structure

  3. Complex Logical Relationship

  4. Record

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

Relational database model characteristics include: Tables (relations) for data organization, Records (tuples) as individual data entries, and Complex Logical Relationships through foreign keys and joins. Tree-like structures characterize hierarchical models, not relational.