PL/SQL Data Types
In the previous tutorial, you learnt about how to write and run Hello World program in PL/SQL programming language. In this tutorial you will learn about various data types used in PL/SQL. PL/SQL Data Types Every programming language has built-in data types which are used for declaring variables and many other related tasks. Variable is …
