Categories of Data Types in PL/SQL in Oracle

Q

How Many Categories of Data Types in Oracle?

✍: FYIcenter.com

A

PL/SQL data types are grouped into 4 categories:

  • Scalar Data Types: A scalar data type holds a single value.
  • Composite Data Types: A composite data type has internal components, such as the elements of an array.
  • LOB Data Types: A LOB data type holds a lob locator that specify the location of a large object.
  • Reference Data Types: A reference data type holds a pointer that points to another data object.

 

Scalar Data Types Supported in PL/SQL in Oracle

Logical Operations in PL/SQL in Oracle

Understanding PL/SQL Language Basics

⇑⇑ Oracle Database Tutorials

2018-11-17, 1605🔥, 0💬