SERVEROUTPUT is enabled.
Which is the correct method to use a PACKAGED CONSTANT in SELECT statements?
SERVEROUTPUT is enabled.
Which is the correct method to use a PACKAGED CONSTANT in SELECT statements?
The correct method to reference a packaged constant in a SELECT statement involves using the full qualifying name of the constant (package_name.constant_name). SQL does not directly recognize PL/SQL constants unless they are fully qualified. Therefore, the correct option is using the fully qualified name in the SELECT statement.
C is the correct one
Constants not be used directly in SQL statements, correct is "C"!
Answer C ?
C is the answer
C TESTED