📝 Question
#1117
Which of the following is used to access the database server at the time of executing the program and get the data from the server accordingly?
✓
Correct Answer
A. Embedded SQL
💡
Explanation
Embedded SQL, the SQL statements are identified at compile time using a preprocessor. The preprocessor submits the SQL statements to the database system for precompilation and optimization; then it replaces the SQL statements in the application program with appropriate code and function calls before invoking the programming-language compiler.
⌨️ Press
A
B
C
D
to select