The document summarizes Dr. E. F. Codd's 12 rules for defining a fully relational database. The rules establish that a relational database must: 1) Manage data using relational capabilities only; 2) Represent all information in one way as table values; 3) Guarantee logical accessibility of each datum through table name, primary key, and column name. The rules also require capabilities like supporting null values, having a dynamic catalog, and maintaining logical and physical data independence.