This document provides an introduction to database management. It defines a database as a collection of related data stored in an organized manner. The key components of a database are tables, forms, queries, and reports. Tables store data in rows and columns and have fields, records, primary keys, and relationships. Different data types can be stored in databases like numbers, text, dates, currency, etc. When planning a database, you need to decide the tables, fields, primary keys and enter the data. Microsoft Access is used to create databases by first designing tables, then creating them by adding fields and setting their properties. Database management involves storing, updating, processing and providing access to data.