Short Answer
PL/SQL is a(n)____________________ typed language,which means that you must write a command that explicitly declares each variable and specifies its data type before you use the variable.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: To use a SQL _ query (INSERT,UPDATE,or
Q37: When a program has a syntax error,it
Q38: Choose the scalar variable.<br>A)TABLE<br>B)RECORD<br>C)BOOLEAN<br>D)VARRAY
Q39: What command is used to associate an
Q40: To find the length of a string,use
Q42: To create a reference variable to a
Q43: What happens if a condition in an
Q44: The result of the expression 'Jane' ||
Q45: Every PL/SQL variable must be declared with
Q46: What keyword comes first in a PL/SQL