Short Answer
_____________________ statements are used to put or change values in variables.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q65: Which of the following code fragments would
Q66: The syntax of the following code fragment
Q67: The Searched CASE statement does not use
Q68: If the EXIT WHEN clause is not
Q69: BEGIN LOOP<br>DBMS_OUTPUT.PUT_LINE(lv_cnt_num);<br>Lv_cnt_num := lv_cnt_num + 1;<br>EXIT WHEN
Q71: A(n) _ variable can hold only a
Q72: The BEGIN section of a PL/SQL block
Q73: The CASE statement begins with the keyword
Q74: By indicating a numeric range, the _
Q75: The _ section of the PL/SQL block