Chapter 4. A Lightning SQL Tutorial
SQL is the language that you use to manipulate
relational data. Other languages for data manipulation do exist, but
SQL is the most common, and it's the reason for the
"SQL" in
"SQL*Plus." Because everything you
do in SQL*Plus will involve SQL, it's worth
digressing for a chapter to focus on learning the rudiments of the
language. |