DOCUMENT RESOURCES FOR EVERYONE
Documents 1

1. What value will v_answer contain after the following code is executed? DECLARE v_age NUMBER:= 18; v_answer VARCHAR2(10); BEGIN v_answer := CASE WHEN v_age < 25 THEN…