0 votes
in Oracle by

What are the data types available in PL/SQL?

1 Answer

0 votes
by
There are two data types available in PL/SQL. They are namely:

Scalar data types

Example: Char, Varchar, Boolean, etc.

Composite datatypes

Example: Record, table etc.
...