Databases
Table of contents
Introduction
A database is an organized collection of information that offers an interface for querying data, adding data, modifying data, and deleting data.
A DBMS (Database Management System) is software that manages databases.
There are multiple types of databases. Most of these notes focus on relational databases.