Computer Science, asked by Kalaiselvi807, 10 months ago

Substitution variables are used when you want to prompt for different criteria in a condition. mark for review (1) points true false

Answers

Answered by Anonymous
0

Ciao...!!

Answer...

✔✔ Good Question ✔✔

Substitution variables are used when you want to prompt for different criteria in a condition. mark for review (1) points true false

=> True

______________

# THNX.... ✊

Answered by ronakbhavsar495
0

Answer:

True

Explanation:

  1. Substitution variables lets you write generic SQL*Plus scripts.
  2. This is not like a true variable which we use in programming language.
  3. It marks places which does the equivalent of a search and replace at run time.
  4. The SQL*Plus offers the following features which makes it easy for you to set up command files which allows the end-user input:  
  • Value substitution in commands
  • Defining user variables
  • use the START command to provide values
  • Promoting for values

Similar questions