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. CREATE PACKAGE command is used for creating the specification part. CREATE PACKAGE BODY command is used for creating the body part. |
|