Describe in brief database architecture

Describe in brief database architecture.

Database architecture describes the design of the database. It explains how the data is stored. The data of the server is stored in databases. This database is further split into one or more discs. The database can be considered to have two layers. Physical layer, which is a transparent layer for the database administrators to work on. Other users typically work on the user view layer. Tables, views, procedures forms this view
Explain logical database components
The logical components are usually used to connect to the database. Any object that a user can use to......
What are the database objects? Explain them in brief
Database objects such as tables, primary key, and foreign key describe the structure of the content of a database. These objects also represent the properties of a server.....
Physical database architecture
The physical database architecture describes how the database and files are organized in a SQL server........
Post your comment