SQL>SQL> -- Typing the VARIABLE command with no arguments provides a list of all variables created with theSQL> -- variable command:SQL>SQL> VARIABLE my_student NUMBER;SQL>SQL> VARIABLEvariable my_studentdatatype NUMBERSQL>