Site icon Exam4Training

What is the typical organizing principle of a database?

What is the typical organizing principle of a database?
A . Selective
B . Projection
C . Relational
D . Modular

Answer: C

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 and columns. 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).

Exit mobile version