what is the architecture of database network
Database architecture
This is an architecture related to DBMS...wITH HELP OF THIS ARCHITECTURE, dATABASE DEGISNERS DEGISN DATBASE
1 Explain architecture of Distributed Database systems? Also, explain the reasons for building distributed database systems?
The Star & Snowflake are two common type of database Schema.
Architecture is the frame work of the Database Management System. They are simply classified into logical and physical.
An alternative to using a database row in a system architecture is to store data in a different format or structure, such as using a NoSQL database, key-value store, or a different data storage method altogether.
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.
Client-Server model is a form of 2 Tier architecture in PHP. With use of database it becomes a 3 Tier architecture
the architecture of dbms contains three levels 1/ external level:different users views of the database,shows relevant data for a particular user. 2/conceptual level:global view pf the database;describes what data is stored and its relationships. 3/internal level:physical representation of the database on the computer, Describes how the data is stored in the database.
A data warehouse architecture is similar to various relational database systems. What makes the best architecture is the organization of the warehouse itself and the data it consist of.
In 3 tier architecture, client directly interacts with intermediate server and intermediate server will directly interact with database server.