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.



Discussion

No Comment Found