which substitution variables are you prompted for the input?

You execute the following commands:

For which substitution variables are you prompted for the input?

You execute the following commands:

For which substitution variables are you prompted for the input?

A.
None, because no input required

B.
Both the substitution variables ‘hiredate’ and ‘mgr_id\

C.
Only ‘hiredate’

D.
Only ‘mgr_id’



Leave a Reply 8

Your email address will not be published. Required fields are marked *


wuxun

wuxun

It should be D.

luis

luis

Is B

wuxun

wuxun

I tried on ORACLE DB 12102.
The variable hiredate do not need to input again when use it in SQL command.

deepak

deepak

D is correct.

Humberto

Humberto

D

SQL>
SQL> define numero = 2;
SQL> select ‘&numero’ from dual;
‘2’

2

SQL>

mara

mara

D is correct