Snippet Name: Alias and RowType
Description: This block finds all employees whose monthly wages (salary plus commission) are higher than $2000.
An alias is used in the cursor declaration so that the subsequent use of %ROWTYPE is allowed. (Column names in a cursor declaration must have aliases if they are not simple names.)
Comment: (none)
Language: PL/SQL
Highlight Mode: PLSQL
Last Modified: February 27th, 2009
|
|