The document provides an overview of database concepts including:
- A database contains files which contain records made up of fields that store data. Maintaining accurate data involves adding, changing, and deleting records while validating entries.
- Databases improve on file processing systems by reducing redundant data and allowing easier sharing of data across departments and users.
- A database management system (DBMS) allows users to create, access, and manage a database.
- Popular database models include relational, object-oriented, and multidimensional. Relational databases store data in tables while object-oriented databases store data in objects.