Query Select Oracle PLSQL Tutorial

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