InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is/are a function of dynamic SQL?(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 mentionedThe question was posed to me in an interview for job.This interesting question is from Accessing SQL From a Programming Language in section Intermediate and Advanced Sql of RDBMS |
|
Answer» The CORRECT option is (d) All of the mentioned |
|