<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Database_server</id>
	<title>Database server - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Database_server"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Database_server&amp;action=history"/>
	<updated>2026-04-21T05:40:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=Database_server&amp;diff=486276&amp;oldid=prev</id>
		<title>imported&gt;SchlurcherBot: Bot: http → https</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Database_server&amp;diff=486276&amp;oldid=prev"/>
		<updated>2025-11-07T16:17:06Z</updated>

		<summary type="html">&lt;p&gt;Bot: http → https&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{short description|Computer server providing database services}}&lt;br /&gt;
{{more citations needed|date=September 2014}}&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;database server&amp;#039;&amp;#039;&amp;#039; is a server which uses a [[database application]] that provides [[database]] services to other computer programs or to [[computer]]s, as defined by the [[client–server]] [[software modeling|model]].{{citation needed|date=January 2018|reason=The original data in this sentence was not cited and was incorrect. A database server is not a computer application.  It is a server which house a database application. Web Link=https://www.pcmag.com/encyclopedia/term/40885/database-server}}&amp;lt;ref&amp;gt;{{Cite web|url=https://www.pcmag.com/encyclopedia/term/40885/database-server|title=database server Definition from PC Magazine Encyclopedia|website=www.pcmag.com|language=en|access-date=2018-02-03}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|url=http://ecomputernotes.com/fundamental/what-is-a-database/what-is-a-database-server|title=What is a Database Server|last=Thakur|first=Dinesh|website=ecomputernotes.com|date=23 January 2013 |language=en-gb|access-date=2018-02-03}}&amp;lt;/ref&amp;gt; [[Database|Database management systems]] (DBMSs) frequently provide database-server functionality, and some database management systems (such as [[MySQL]]) rely exclusively on the client–server model for database access (while others, like [[SQLite]], are meant for use as an [[embedded database]]).&lt;br /&gt;
&lt;br /&gt;
Users access a database server either through a &amp;quot;[[Front and back ends|front end]]&amp;quot; running on the user&amp;#039;s computer{{snd}}which displays requested data{{snd}}or through the &amp;quot;[[Front and back ends|back end]]&amp;quot;, which runs on the server and handles tasks such as data analysis and storage.&lt;br /&gt;
&lt;br /&gt;
In a [[master/slave (technology)|master–slave]] model, database master servers are central and primary locations of data while database slave servers are synchronized backups of the master acting as [[proxy server|proxies]].&lt;br /&gt;
&lt;br /&gt;
Most database applications respond to a [[query language]]. Each database understands its query language and converts each submitted query to server-readable form and executes it to retrieve results.&lt;br /&gt;
&lt;br /&gt;
Examples of proprietary database applications include [[Oracle Database|Oracle]], [[IBM Db2]], [[Informix]], and [[Microsoft SQL Server]]. Examples of [[free software]] database applications include [[PostgreSQL]]; and under the [[GNU General Public Licence]] include [[Ingres (database)|Ingres]] and [[MySQL]]. Every server uses its own query logic and structure. The [[SQL]] (Structured Query Language) query language is more or less the same on all [[relational database]] applications.&lt;br /&gt;
&lt;br /&gt;
For clarification, a database server is simply a server that maintains services related to clients via database applications.&lt;br /&gt;
&lt;br /&gt;
[[DB-Engines ranking|DB-Engines]] lists over 300 DBMSs in its ranking.&amp;lt;ref&amp;gt;{{cite web &lt;br /&gt;
|url= http://db-engines.com/en/ranking &lt;br /&gt;
|title= DB-Engines Ranking &lt;br /&gt;
|publisher= DB-Engines.com &lt;br /&gt;
|date= 2018-01-23 &lt;br /&gt;
|access-date= 2018-01-23 &lt;br /&gt;
|archive-date= 2020-02-21 &lt;br /&gt;
|archive-url= https://web.archive.org/web/20200221093447/https://db-engines.com/en/ranking &lt;br /&gt;
|url-status= dead &lt;br /&gt;
}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
The foundations for modeling large sets of data were first introduced by [[Charles Bachman]] in 1969.&amp;lt;ref name=&amp;quot;dbhist&amp;quot;&amp;gt;{{Cite web |url=http://knol.google.com/k/databases-history-early-development |title=Databases - History &amp;amp; Early Development |access-date=2016-07-08 |archive-url=https://web.archive.org/web/20120420063339/http://knol.google.com/k/databases-history-early-development |archive-date=2012-04-20 |url-status=dead }}&amp;lt;/ref&amp;gt; Bachman introduced [[Data structure diagram|Data Structure Diagrams (DSDs)]] as a means to graphically represent data. DSDs provided a means to represent the relationships between different data entities. In 1970, [[Edgar F. Codd|Codd]] introduced the concept that users of a database should be ignorant of the &amp;quot;inner workings&amp;quot; of the database.&amp;lt;ref name=&amp;quot;dbhist&amp;quot;/&amp;gt; Codd proposed the &amp;quot;relational view&amp;quot; of data which later evolved into the [[Relational Model]] which most databases use today. In 1971, the Database Task Report Group of [[CODASYL]] (the driving force behind the development of the programming language [[COBOL]]) first proposed a &amp;quot;data description language for describing a database, a data description language for describing that part of the data base known to a program, and a data manipulation language.&amp;quot;&amp;lt;ref name=&amp;quot;dbhist&amp;quot;/&amp;gt; Most of the research and development of databases focused on the relational model during the 1970s.&lt;br /&gt;
&lt;br /&gt;
In 1975, Bachman demonstrated how the relational model and the data structure set were similar and &amp;quot;congruent&amp;quot; ways of structuring data while working for [[Honeywell]].&amp;lt;ref name=&amp;quot;dbhist&amp;quot;/&amp;gt; The [[entity–relationship model]] was first proposed in its current form by [[Peter Chen]] in 1976 while he was conducting research at [[MIT]].&amp;lt;ref&amp;gt;[https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.123.1085 The Entity-Relationship Model: Toward a Unified View of Data (1976)]&amp;lt;/ref&amp;gt; This model became the most frequently used model to describe relational databases. Chen was able to propose a model that was superior to the navigational model and was more applicable to the &amp;quot;real world&amp;quot; than the relational model proposed by Codd.&amp;lt;ref name=&amp;quot;dbhist&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Replication (computer science)#Database replication|Database replication]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Database}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Database servers| ]]&lt;br /&gt;
[[Category:Data management]]&lt;br /&gt;
[[Category:Servers (computing)]]&lt;/div&gt;</summary>
		<author><name>imported&gt;SchlurcherBot</name></author>
	</entry>
</feed>