Question: Create PL/SQL block using a CASE statement. It needs to determine the rating and then display the results on screen. the code rates the customer

Create PL/SQL block using a CASE statement. It needs to determine the rating and then display the results on screen. the code rates the customer "High" if total purchases are greater than $200, "Mid" if greater than $100, and "Low" if $100 or lower. Use a scalar variable for the total purchase amount and initialize this variable to different values to test your block
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
