This document provides an introduction to database management systems (DBMS). It defines what a database and DBMS are, and describes some key characteristics like controlling redundancy, supporting multiple views, and allowing data sharing. Examples of database applications are provided, ranging from small lists to large systems like Amazon and the IRS. The roles of different actors who interact with the database, like administrators, designers, and end users, are outlined. Finally, some advantages of using a DBMS over file processing are discussed, such as restricting unauthorized access and providing storage structures for efficient querying.