answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Hi,

Data Architecture in enterprise architecture is the design of data for use in defining the target state and the subsequent planning needed to achieve the target state. It is usually one of several architecture domain that form the pillars of an enterprise architecture.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Architecture is the way how the tiny components are amalgamate together to form a system that is called computer system.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the architecture of a database system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Architecture of Network database model?

what is the architecture of database network


How logical architecture of DBMS differs from physical architecture?

Architecture is the frame work of the Database Management System. They are simply classified into logical and physical.


Construct system architecture of DBMS . explain each component in detail?

a representation of DBMS design. It helps to design, develop, implement, and maintain the database management system. A DBMS architecture allows dividing the database system into individual components that can be independently modified, changed, replaced, and


Overall design of a database software is known as?

Database architecture


What is definition of a database system architecture?

The generalized architecture of a database system is called the ANSI/SPARC model.many commercial systems and research database models fit within this framework.It can be divided into the following three levels : (a) External level or View level (b) Conceptual level (c) Internal level or Physical level By Lubna Khan


What is meant by raid architecture?

This is an architecture related to DBMS...wITH HELP OF THIS ARCHITECTURE, dATABASE DEGISNERS DEGISN DATBASE


Explain architecture of Distributed Database systems Also explain the reasons for building distributed database systems?

1 Explain architecture of Distributed Database systems? Also, explain the reasons for building distributed database systems?


How much is the capacity of a printed database?

A database's capacity is determined by its Operating System and how much space it has. I'm not sure what you mean by "printed" database. You could not print a database. Now, you might print the database design via Erwin or some other tool--but that's just printing the architecture--not the data.


What is data abstraction in DBMS?

Purpose of database users with an abstract view of the data that is system hides certain details of how the data are stored and maintained. It gives an architecture is to separate the user applications and the physical database.


What are the Types of database schema architecture?

The Star & Snowflake are two common type of database Schema.


What are the main subject in computer science?

In computer science engg ,main subjects are oops,data structures,database management system,operating system,computer architecture and more


What is database and database system?

A database is essentially an organized collection of data, typically stored electronically on a computer system. Imagine a giant filing cabinet with information neatly sorted and filed away. That's kind of what a database is like, but way more efficient and powerful. Here's a breakdown of the key aspects: Organized Collection: Data isn't just dumped in a pile. It's structured in a specific way, often using tables with rows and columns, to make it easy to find and use the information you need. Electronic Storage: Most databases are digital these days, allowing for much faster access and manipulation of data compared to physical filing systems. Now, to manage this data effectively, you need a database management system (DBMS). Think of it as the filing cabinet manager. A DBMS is a software application that lets you: Interact with the Database: You can create databases, add, update, and delete data, and most importantly, retrieve information you need. Manage Data Structure: The DBMS defines how data is organized and ensures it stays consistent and usable. Control Access: The DBMS controls who can access the data and what they can do with it, keeping things secure. Some common examples of DBMS software include MySQL, Microsoft SQL Server, and Oracle Database. So, the database and DBMS work together to form a database system. The database stores the information, and the DBMS provides the tools to manage and access it effectively. This allows businesses and organizations to keep track of large amounts of data efficiently, from customer information to product inventory.