Les01 1-15
Les01 1-15
Projection Selection
Table 1 Table 1
Join
Table 1 Table 2
SELECT *
FROM departments;
• iSQL*Plus:
– Default heading alignment: Center
– Default heading display: Uppercase
• SQL*Plus:
– Character and Date column headings are left-
aligned
– Number column headings are right-aligned
– Default heading display: Uppercase
A column alias:
• Renames a column heading
• Is useful with calculations
• Immediately follows the column name (There can
also be the optional AS keyword between the
column name and alias.)
• Requires double quotation marks if it contains
spaces or special characters or if it is case-
sensitive