InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Execute Immediate Command? Explain With Example ? |
|
Answer» The native dynamic SQL can be executed within a PL/SQL block USING the EXECUTE IMMEDIATE command, as shown in the following EXAMPLE: The native dynamic SQL can be executed within a PL/SQL block using the EXECUTE IMMEDIATE command, as shown in the following example: |
|