Which two PL/SQL elements can be deprecated using the DEPRECATE pragma? (Choose two.)
Which two PL/SQL elements can be deprecated using the DEPRECATE pragma? (Choose two.)
The DEPRECATE pragma in PL/SQL can be used to mark certain elements as deprecated. According to official documentation, the elements that can be deprecated include Subprograms, Packages, Variables, Constants, Types, Subtypes, Exceptions, and Cursors. Therefore, Packages and Variables are correct as they fit into these categories.
A & B are correct
I think A, B Are true
https://docs.oracle.com/en/database/oracle/oracle-database/19/lnpls/DEPRECATE-pragma.html#GUID-D2DAD89D-C537-4666-A8A7-2836EB77A0E5 PL/SQL elements of these kinds may be deprecated: Subprograms Packages Variables Constants Types Subtypes Exceptions Cursors
Aand B are TRUE
I think A, B Are true