The document is a lecture on the SQL language given at Trinity College. It introduces SQL as the standard language for relational databases and describes it as declarative, meaning the user specifies the desired results without specifying how to retrieve them. It then discusses some basic SQL statements like CREATE TABLE to define the structure of tables and import data types for attributes.