What is the typical organizing principle of a database?
A.
Selective
B.
Projection
C.
Relational
D.
Modular
The Answer Is:
C
This question includes an explanation.
Explanation:
The relational model is the most common organizing principle of databases. In a relational database, data is organized into tables (or relations), where each table consists of rows andcolumns. Each row represents a record with a unique identifier, and each column represents a data field. This model allows for easy data retrieval and management through the use of structured query language (SQL).