Which of the following is/are a function of dynamic SQL?
Posted: Thu Jul 14, 2022 8:54 am
a) Allowing a program to construct an SQL query in a character string
b) Submitting the query
c) Retrieving the result into the program variables a tuple at a time
d) All of the mentioned
b) Submitting the query
c) Retrieving the result into the program variables a tuple at a time
d) All of the mentioned