Multiple choice general knowledge

IN PL/SQL '&' SYMBOL IS USED FOR PROMPT

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In PL/SQL (specifically in SQL*Plus environment), the '&' symbol is indeed used to create substitution variables for user input. When you place '&' before a variable name in a SQL statement, SQL*Plus prompts the user to enter a value for that variable. This is commonly used for creating interactive scripts and for dynamic value substitution during runtime.