This document discusses SQL SELECT statements and their use in retrieving data from database tables. It covers:
- The basic SELECT statement syntax including selecting all or specific columns and from which table(s)
- Additional functionality like arithmetic expressions, column aliases, concatenation operators, and literal strings
- How to work with null values, define column headings, and eliminate duplicate rows
- The interaction between SQL statements and the iSQL*Plus environment for running queries