Oracle
1Z0-061 · Question #205
Which substitution variable would you use if you want to reuse the variable without prompting the user each time?
The correct answer is D. &&. To reuse the variable without prompting the user each time you can use && substitution variable.
Introduction to SQL
Question
Which substitution variable would you use if you want to reuse the variable without prompting the user each time?
Options
- A&
- BACCEPT
- CPROMPT
- D&&
How the community answered
(63 responses)- A3% (2)
- B6% (4)
- C14% (9)
- D76% (48)
Explanation
To reuse the variable without prompting the user each time you can use && substitution variable.
Topics
#substitution variables#&&#SQL*Plus#user prompting
Community Discussion
No community discussion yet for this question.