The following programs demonstrate the use of the BETWEEN conditional expression with a numeric field. These programs form a record stream consisting of all the records in the relation CURRENT_SALARY where the field SALARY_AMOUNT contains a value greater than or equal to 10,000, and less than or equal to 20,000. These programs print the last name and salary from of each record in the record stream.Additional Information: explode extract