43.1k views
2 votes
If the database and applications are simple, not expected to change, or only used by one person

a. Embedded database system
b. Distributed database system
c. Centralized database system
d. Relational database system

1 Answer

3 votes

Final answer:

An embedded database system is the best choice for simple applications not expected to change and used only by one person, due to its integration with the application and single-user optimization.

Step-by-step explanation:

If the database and applications are simple, not expected to change, and are only used by one person, the best choice would be an embedded database system. An embedded database system is integrated into an application, providing a tightly coupled database solution that can efficiently manage data for standalone applications. It's typically lightweight, doesn't require network connectivity to operate, and is ideal for single-user scenarios.

User Nighttalker
by
7.9k points