Temple University

For example PL/SQL NUMBER type is the same data type as the SQL NUMBER type. This is one of the main advantages to using PL/SQL as opposed to another language like Java for data intensive operations – there is no type conversion cost when binding values from a SQL query back to the PL/SQL. However, being a superset, not all PL/SQL … ................
................