InterviewSolution
Saved Bookmarks
| 1. |
What are the types of Datatypes in PL/SQL? |
|
Answer» The types of Datatypes are categorized as the following: 1. Scalar DATA Type The Data Types that have SINGLE values with no internal components. Here are the predefined Scalar Data Types with the description about its data:
2. Composite Data Type Data items that have internal components that can be accessed individually 3. Reference Data Type Pointers to other data items 4. Large Object Data Types (LOB) These Data Types are pointers to large objects that are stored separately from other data items, like text, graphic images, video clips, etc. The following are the data types:
|
|