The document defines lexical conventions and functional dependencies in SQL. Lexical conventions establish rules for acceptable characters in SQL statements and string literals. Functional dependencies define relationships between attributes, where a determination of one attribute value relies on the value of another attribute. There are three types of functional dependencies: full functional dependency where an attribute depends solely on another; partial functional dependency where an attribute depends on multiple other attributes; and transitive functional dependency where an attribute depends on another attribute which itself depends on a third attribute.