PL/SQL - restrictions on calling Functions from SQL Expressions
1. What are the restrictions on calling Functions from SQL Expressions? To be callable from SQL expressions, a user-defined PL/SQL function must meet certain requirements. • Parameters to a PL/SQL function called from a SQL statement must use positional...