Difference between revisions of "Database"

From Computer History Wiki
Jump to: navigation, search
(Expand a tiny bit)
(Add Charles Bachman's Integrated Data Store)
 
Line 1: Line 1:
 
A '''database''' is an organized collection of data items, stored on a computer, using an internal arrangement that makes it easy to get access to desired entries in the database. The [[software]] which is used to handle and organize the data, and mediate access to it, is usually called a database management system, usually given as a 'DBMS'.
 
A '''database''' is an organized collection of data items, stored on a computer, using an internal arrangement that makes it easy to get access to desired entries in the database. The [[software]] which is used to handle and organize the data, and mediate access to it, is usually called a database management system, usually given as a 'DBMS'.
  
{{stub}}
+
Charles Bachman's 1963 Integrated Data Store was a very early, important, database management system, for which he won the [[Turing Award]] in 1973.
 +
 
 +
{{semi-stub}}
 +
 
 +
==External links==
 +
 
 +
* [https://cacm.acm.org/opinion/how-charles-bachman-invented-the-dbms-a-foundation-of-our-digital-world/ How Charles Bachman Invented the DBMS, a Foundation of Our Digital World], [[CACM]], Vol. 59 No. 7, July 2016, pp. 25-30
  
 
[[Category: Basics]]
 
[[Category: Basics]]

Latest revision as of 20:31, 6 September 2024

A database is an organized collection of data items, stored on a computer, using an internal arrangement that makes it easy to get access to desired entries in the database. The software which is used to handle and organize the data, and mediate access to it, is usually called a database management system, usually given as a 'DBMS'.

Charles Bachman's 1963 Integrated Data Store was a very early, important, database management system, for which he won the Turing Award in 1973.

External links