In PL/SQL: declaring multiple variables in a single statement separated by commas is invalid; a boolean cannot be directly initialized with the integer 1; and variable definitions must have the NOT NULL constraint specified after the data type, not before. Thus, all three checked options are indeed illegal PL/SQL declarations.