|
SELECT (Short Name: SEL)
|
|
| · | Display rows of information from a table or view.
|
| · | Extract information from a table or view by using a nested SELECT command (a sub-SELECT statement) in a WHERE command.
|
| · | Extract information from a table or view by using a SELECT clause in another command.
|
| · | Select all columns by entering SELECT with an asterisk.
|
| · | Name the columns you want to select.
|
| · | Use expressions and SELECT functions to perform calculations whose results will also appear as a column in the final result.
|
| · | Select the column or expression values and load them into variables.
|