Database
From JumbaWiki
A database is a structured collection of records or data stored in a computer which can be queried by a database management system (DBMS). The most common type of database is the "relational" model. Relational databases consist of multiple tables, each consisting of rows and columns. Each table stores information about a specific entity. Relationships between the tables can be based on common values in different tables. The database can be queried and modified using Structured Query Language (SQL).
There are many different relational databases and database systems; some the most common ones are:
- MySQL
- PostgreSQL
- Microsoft SQL Server
- Microsoft Access
- FileMaker
- DB2

