answersLogoWhite

0

Databases store data using any of the robust data structures for efficient management of data. They can use any of the record based logical models to represent the data. Hierarchical, Network or Relational data models.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How does DBMS reduce data redundancy?

DBMS stands for database management system. DBMS reduce data redundancy as it checks if the data is duplicate and if duplicate then store it as a single record.


Compare dbms and rdbms?

User see the data as Relations [ Tables ] in RDBMS. Where as the user need to know the datastructures and the methods to access them in DBMS. Both store the data required but how the user perceive the data matters.


What does dbms mean in ict?

In ICT, DBMS stands for Database Management System. It is software designed to manage and organize data in databases, allowing users to store, retrieve, update, and delete information efficiently and securely. DBMS plays a crucial role in ensuring data integrity and facilitating data-centric applications.


What does an DBMS do?

DBMS is database management system and it stores data that are related. DBMS maintains data security and integrity as well.


What is the role of a DBMS and what are its advantages?

A Database Management System (DBMS) is software that facilitates the creation, manipulation, and administration of databases. It allows users to efficiently store, retrieve, and manage data while ensuring data integrity and security. The advantages of a DBMS include reduced data redundancy, improved data consistency, enhanced data security, and better data access through structured queries, which collectively streamline data management processes for organizations.


What are three types of dbms?

Hierarchical DBMSNetwork DBMSRelational DBMS


What is DBMS and when it should not be used?

DBMS is the software to manage the data base.it is set of programs,modules,and packages specially designed to enable the users to manage this data base is called as data base management system.......


DBMS has replaced the traditional file system?

Yes. Database Management Systems (DBMS) have replaced the traditional file based data storage systems. This is because they are:More powerfulEasier to manangeCan store large volumnes of dataManipulation & fetching of data from a DBMS is many times easier than doing so from a file based data storage systemFaster


Define DBMS What is its primary goal?

collection of interrelated data & set of program & access those programITS GOALprimary goal of dbms is store & retrieve the database information in convenient & efficient way


What are rows in dbms?

In DBMS the data is stored in the form of table . Each row in DBMS is known as tuple.


What is full meaning of DBMS?

DBMS stands for Database Management System. It is software that enables the creation, manipulation, and administration of databases, allowing users to efficiently store, retrieve, and manage data. DBMS provides tools for data organization, security, backup, and multi-user access, ensuring data integrity and consistency. Examples include MySQL, Oracle, and Microsoft SQL Server.


What is DBMS and what r the features of Dbms?

DBMS stands for data base management system. DBMS is a collection of programs that enables users to create and maintain a database. The DBMS is a general purpose software system used to facilitate the process of defining, constructing and manipulating data bases for various applications. features of DBMS: 1.Data independence 2.Efficient data access 3.Data integrity & security 4.Data administration 5.Reduced application development time