What is the architecture of a database system?

1 answer

Answer

1240915

2026-05-08 21:50

+ Follow

The atchiteture of a database system is the design of the database for a given application. In some cases an application may be divided into multiple databases. Each database contains one or more tables, each of which contain one or more fields. Fields within a database contain the data required by the associated application, and the business that uses it. The architecture of a database is the physical design of the datbase, its tables, and associated objects such as Stored Procedures, Triggers, Functions, and routines.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.