Introduction Oracle PLSQL Tutorial

SQL>
SQL> SELECT 10 * (12 / 3 - 1) FROM dual;
10*(12/3-1)
-----------
         30
SQL>