InterviewSolution
Saved Bookmarks
| 1. |
What is the dynamic SQL in Oracle? |
|
Answer» Dynamic SQL is the PROGRAMMING methods in which the SQL STATEMENTS are constructed at the run time. Dynamic SQL is USED when there is a requirement of the DDL(database DEFINITION language) statements while writing the programs or when the user is not aware of the compilation time of the SQL statement. |
|