Kategóriák: Minden - acid - integration - relationship - structure

a ANDRES VERGARA 4 éve

472

DATABASE

A Database Management System (DBMS) is a technology designed to store and retrieve user data efficiently while ensuring appropriate security measures. One of its key features is data integration, which guarantees the quality and reliability of the database.

DATABASE

DATABASE MANAGEMENT SYSTEM

DEFINITION

Database management system or DBMS in short refers to the technology of storing and retrieving users' data with olmost efficiency along with appropiate security measures.
Characteristics of Database Management System

Current use of database

They are many chances that many users will be accessing the data system. concurrently at that time, DBMS utilize the database without any problem.

Data integration

The management system database, is one of the most important characteristic. For what have a system integrity ensures the quality and reliability of database system

Structure and described data

A data base should not contains only the data but also all the structures and definitions of the data.

Represent compex relationship between data

Data stored in a database is connected with each other and a relationship is made in between data. The only solution is to take backup of database and when ever it is needed, it can be stored louck.

Support ACID properties

Support ACID (Accuracy completenss, isolation, and durability) properties. It is made sure is every DBMS that the real purpuse of data should not be lost while performing transactions like delete, insert an update.

Store any kind of data

A database managent system should be able to store any kind of data.