Asked by Jason Yechan on Jun 27, 2024

verifed

Verified

________ databases are the most commonly used electronic databases.

A) Relational
B) Flat-file
C) Multidimensional
D) Object-oriented

Object-oriented

A programming paradigm based on the concept of "objects", which can contain data, in the form of fields, and code, in the form of procedures, making software design more modular.

Relational

Pertaining to databases in which data is organically structured in table form, emphasizing relations between different entities and variables.

  • Identify and characterize the different types of databases and their common usage scenarios.
verifed

Verified Answer

KN
Kylie NguyenJul 02, 2024
Final Answer :
A
Explanation :
Relational databases are the most commonly used because they allow for complex queries and data relationships through the use of tables. This type of database is widely adopted in various industries for managing large sets of structured data.