Login
Remember
Register
Ask a Question
What are the data types available in PL/SQL?
0
votes
asked
Jan 19, 2024
in
Oracle
by
rajeshsharma
What are the data types available in PL/SQL?
plsql-datatypes
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 19, 2024
by
rajeshsharma
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.
...