This document provides an overview of basic SQL statements. It discusses the capabilities of SQL SELECT statements including selection, projection, and joins. It then demonstrates how to write basic SELECT statements by selecting all columns or specific columns from a table. It also covers concepts like column aliases, arithmetic expressions, null values, concatenation operators, and eliminating duplicate rows. Finally, it distinguishes between SQL statements and SQL*Plus commands.