This document defines key database terms used in relational database management systems (RDBMS). It discusses different types of keys such as candidate keys, primary keys, foreign keys, and secondary/alternative keys. It also defines key terms like super key, simple key, compound key, and composite key. The primary purpose of keys is to uniquely identify each record in a database table and help establish relationships between tables.