#100CodeExamples
PL/SQL Subtype Constraints don’t work from SQL
It is a common practice to eliminate possible NULL values from your method’s parameters, and in the past I advocated to use subtypes to do this in PL/SQL.
However, it doesn’t work from SQL…