|
Explanation: : use the double-ampersand if you want to reuse the variable value without prompting the user each time. Incorrect answer : 1: is not an error 2: && will not prompt user for second time 4: && will not ask the user for new value Reference: Introduction to Oracle9i : SQL, Oracle University Study Guide, 7-13
|