InterviewSolution
Saved Bookmarks
| 1. |
Say True or False. If False, explain why.PL/SQL supports the CREATE command. |
|
Answer» False. PL/SQL doesn’t support the data definition commands like CREATE. |
|