As you know about the variables and constants stores value in specific storage format. There are six built-in PL/SQL Data types
- Scalar data types - Scalar data types haven't internal components.
- Composite data types - Composite data types have internal components to manipulate data easily.
- Reference data types - This data types works like a pointer to hold some value.
- LOB data types - Stores large objects such as images, graphics, video.
- Unknown Column types - Identify columns when not know type of column.
- User Define data types - Define your own data type that are inherit from predefined base data type.
No comments:
Write comments