This document is a module on relational database basics and SQL retrieval from a course on SQL programming. It covers relational database concepts, the SQL language, basic SELECT statements with projections and restrictions, sorting with ORDER BY, and other SQL clauses. Examples are provided using a sample Bookstore database to demonstrate concepts like joins, aggregation, and more advanced SQL features.