Jul 30, 2020 3:31 pm
What are the different types of data types available in PL SQL?
1 Reply
Aug 03, 2020 4:57 am
PL SQL has two types of data types. One is scalar and other one is composite.
The scalar types are the types that store a single value such as a number.
Whereas Boolean, Character, and Date and Time are the composite types that store multiple values.
PL SQL Data Types
- Number
- Boolean
- Character
- Date and Time