Retrieving data requires
implementing the SELECT statement into a PL/SQL block
constructing the INTO clause to hold the values returned by the SQL SELECT statement
selecting data columns from a table and placing the data into variables.