1. What is the relational database model primarily characterized by?
A system that organizes data into interconnected tables using keys and relationships.
Explicación
The correct answer is the first option because the relational database model structures data into tables (relations) that are interconnected through primary and foreign keys, enabling complex queries and maintaining data integrity. The other options describe different data storage or management approaches that do not define the relational model.