This document provides an overview of basic SQL statements and SQL*Plus commands. It covers the capabilities of SELECT statements, including selecting all columns, specific columns, column aliases, arithmetic expressions, and literal strings. It also discusses null values, the concatenation operator, and eliminating duplicate rows with DISTINCT. Finally, it differentiates between SQL statements and SQL*Plus commands, describing how to log in to SQL*Plus, display table structure, edit SQL, and execute files of SQL statements.