InterviewSolution
Saved Bookmarks
| 1. |
Which command(s) are used for creating PL/SQL packages? |
|
Answer» CREATE PACKAGE command is used for creating the specification part. CREATE PACKAGE BODY command is used for creating the body part. |
|