SQL>SQL>SQL> declare 2 myNumber_variable number; 3 begin 4 myNumber_variable := 50; 5 end; 6 /PL/SQL procedure successfully completed.SQL>SQL>