Difference between revisions of "Database"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 32: | Line 32: | ||
* [[Null (SQL)]] | * [[Null (SQL)]] | ||
* [[MySQL]] | * [[MySQL]] | ||
+ | * [[Object-relational impedance mismatch]] | ||
* [[Relational database]] | * [[Relational database]] | ||
* [[Relational model]] | * [[Relational model]] | ||
* [[SQL]] | * [[SQL]] | ||
* [[Solution stack]] | * [[Solution stack]] | ||
+ | * [[The Third Manifesto]] | ||
== External links == | == External links == | ||
* [https://en.wikipedia.org/wiki/Database Database] @ Wikipedia | * [https://en.wikipedia.org/wiki/Database Database] @ Wikipedia |
Revision as of 11:16, 19 February 2016
A database is an organized collection of data.
Description
The data is typically organized to model a real-world problem.
Database managment systems
Database management systems (DBMS) are software applications that interact with the user, other applications, and the database itself to capture and analyze data.
A general-purpose DBMS is designed to allow the definition, creation, querying, update, and administration of databases.
Well-known DBMSs include:
- MySQL
- PostgreSQL
- Microsoft SQL Server
- Oracle
- Sybase
- IBM DB2
See also
- Computer science
- Data
- Data (computing)
- Database model
- Database normalization
- Hierarchical database model
- Information
- Microsoft Access
- Null (SQL)
- MySQL
- Object-relational impedance mismatch
- Relational database
- Relational model
- SQL
- Solution stack
- The Third Manifesto
External links
- Database @ Wikipedia