Read Next
Discover
Science & Tech
database management system
computing
verifiedCite
While every effort has been made to follow citation style rules, there may be some discrepancies.
Please refer to the appropriate style manual or other sources if you have any questions.
Select Citation Style
Feedback
Thank you for your feedback
Our editors will review what you’ve submitted and determine whether to revise the article.
Category:
Science & Tech
- Key People:
- Charles Bachman
- Related Topics:
- referential integrity
- data set
- index
database management system (DBMS), system for quick search and retrieval of information from a database. The DBMS determines how data are stored and retrieved. It must address problems such as security, accuracy, consistency among different records, response time, and memory requirements. These issues are most significant for database systems on computer networks. Relational DBMSs, in which data are organized into a series of tables (“relations”) that are easily reorganized for accessing data in different ways, are the most widely used.