This document provides an introduction to databases. It defines what a database is, noting that a database is essentially a list of information or a set of lists that work together. It describes how databases store information in tables, with each table containing one type of information organized into rows and columns. Each row contains the data for one record, with each column containing a field of information. The document contrasts databases with spreadsheets, noting that databases can handle many more rows of data simultaneously for many users and provide greater security than spreadsheets.