1. Elmasri, R., & Navathe, S. B. (2017). Fundamentals of Database Systems (7th ed.). Pearson.
Page 5, Section 1.2: Defines a database as a collection of related data and a DBMS as a "computerized system that enables users to create and maintain a database." The data itself represents records, and the system's metadata (catalog/dictionary) and logs are artifacts of its operation.
2. ISO 15489-1:2016, Information and documentation — Records management — Part 1: Concepts and principles.
Section 3.15: Defines a record as "information created, received, and maintained as evidence and as an asset by an organization...".
Section 8.3.2: Discusses designing and implementing systems for records, stating that "Business systems, including business applications... should be designed... to create and manage authoritative records." DBMS and RDBMS are the core technologies for such business systems.
3. Stanford University, CS145: Introduction to Databases (Courseware).
Lecture 1 Notes: Typically describe a DBMS as a software package designed to store and manage databases. The course explains how these systems manage data (records) and generate logs, schemas, and other outputs (artifacts) essential for data integrity and auditing. The system's function is explicitly the management of records.