SQL is the underlying language for all database programming. PL/SQL is tightly integrated with SQL, usually for code running inside the database such as triggers, stored procedures and functions, and PL/SQL packages. SQL*Plus is the command-line tool for running SQL and compiling PL/SQL.
In addition to the individual books for each environment, there is an online quick reference that combines all three environments.
SQL Reference |
HTML |
PDF |
SQL Quick Reference |
HTML |
PDF |
PL/SQL User's Guide and Reference |
HTML |
PDF |
PL/SQL Packages and Types Reference |
HTML |
PDF |
SQL*Plus User's Guide and Reference |
HTML |
PDF |
SQL*Plus Quick Reference |
HTML |
PDF |
|