This document describes the structure of a University Database with tables for Books, Authors, Types, Students, and Borrows. It includes the attributes for each table and defines them with data types. It lists commands to create the tables, insert data, and queries to retrieve specific data, such as books with a page count over 100, all male students from a certain class, the number of male and female students in each class, and the book with the highest page count.