This document provides an overview of basic SQL statements and the SQL*Plus environment. It describes how to write and execute basic SELECT statements to retrieve data from tables, use arithmetic operators and column aliases, and eliminate duplicate rows. It also explains how to use SQL*Plus commands to describe table structures, edit and run SQL statements, and save statements to files for execution. The key goal is for users to be able to select, manipulate and view data stored in database tables using SQL statements in the SQL*Plus environment.