This document provides an introduction to database systems. It defines key concepts like data, information, metadata and databases. It explains that a database management system (DBMS) is software that creates and manages large databases efficiently. The document discusses limitations of traditional file processing systems and how databases address these issues through centralized data storage, standardized access, and enforcing data integrity rules. It also describes the three levels of data abstraction in databases - physical, conceptual and external schemas.