Database  

From The Art and Popular Culture Encyclopedia

(Difference between revisions)
Jump to: navigation, search
Revision as of 22:45, 3 January 2015
Jahsonic (Talk | contribs)

← Previous diff
Current revision
Jahsonic (Talk | contribs)

Line 1: Line 1:
[[Image:The Bookworm by Carl Spitzweg.jpg|thumb|200px|''[[The Bookworm]]'' (c. 1850) by [[Carl Spitzweg]]]] [[Image:The Bookworm by Carl Spitzweg.jpg|thumb|200px|''[[The Bookworm]]'' (c. 1850) by [[Carl Spitzweg]]]]
{{Template}} {{Template}}
-A collection of (usually) organized [[information]] in a regular structure, usually but not necessarily in a [[machine-readable]] format accessed by a [[computer]].+A '''database''' is an organized collection of [[Data (computing)|data]], generally stored and accessed electronically from a computer system. Where databases are more complex they are often developed using formal [[#Design and modeling|design and modeling]] techniques.
 + 
 +The [[#Database management system|database management system]] (DBMS) is the [[software]] that interacts with [[end user]]s, applications, and the database itself to capture and analyze the data. The DBMS software additionally encompasses the core facilities provided to administer the database. The sum total of the database, the DBMS and the associated applications can be referred to as a "database system". Often the term "database" is also used to loosely refer to any of the DBMS, the database system or an application associated with the database.
 + 
 +Computer scientists may classify database-management systems according to the [[database model]]s that they support. [[Relational database]]s became dominant in the 1980s. These model data as [[Row (database)|rows]] and [[Column (database)|columns]] in a series of [[Table (database)|tables]], and the vast majority use [[SQL]] for writing and querying data. In the 2000s, non-relational databases became popular, referred to as [[NoSQL]] because they use different [[query language]]s.
 +==See also==
 +* [[Comparison of database tools]]
 +* [[Comparison of object database management systems]]
 +* [[Comparison of object-relational database management systems]]
 +* [[Comparison of relational database management systems]]
 +* [[Data hierarchy]]
 +* [[Data bank]]
 +* [[Data store]]
 +* [[Database theory]]
 +* [[Database testing]]
 +* [[Database-centric architecture]]
 +* [[Journal of Database Management]]
 +* [[Question-focused dataset]]
 + 
{{GFDL}} {{GFDL}}

Current revision

Related e

Wikipedia
Wiktionary
Shop


Featured:

A database is an organized collection of data, generally stored and accessed electronically from a computer system. Where databases are more complex they are often developed using formal design and modeling techniques.

The database management system (DBMS) is the software that interacts with end users, applications, and the database itself to capture and analyze the data. The DBMS software additionally encompasses the core facilities provided to administer the database. The sum total of the database, the DBMS and the associated applications can be referred to as a "database system". Often the term "database" is also used to loosely refer to any of the DBMS, the database system or an application associated with the database.

Computer scientists may classify database-management systems according to the database models that they support. Relational databases became dominant in the 1980s. These model data as rows and columns in a series of tables, and the vast majority use SQL for writing and querying data. In the 2000s, non-relational databases became popular, referred to as NoSQL because they use different query languages.

See also




Unless indicated otherwise, the text in this article is either based on Wikipedia article "Database" or another language Wikipedia page thereof used under the terms of the GNU Free Documentation License; or on research by Jahsonic and friends. See Art and Popular Culture's copyright notice.

Personal tools