Collections:
What Is a RECORD in PL/SQL in Oracle
What Is a RECORD in PL/SQL in Oracle?
✍: FYIcenter.com
RECORD is a composite data type in PL/SQL. It can have many fields representing data elements with different data types. Variables of RECORD type can be designed to hold data from database table rows. To use RECORD data type, you need to define a specific RECORD type with each field defined with a name and a data type. Then you can use your specific RECORD type to define your RECORD type variables.
⇒ Define a Specific RECORD Type in Oracle
⇐ Assign Data from a Deleted Row to Variables in Oracle
2018-09-13, 3237🔥, 0💬
Popular Posts:
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...
How to obtain the version number of the ICU (International Components for Unicode) library using the...
How to print value on console in SQL Server Transact-SQL? How to use the PRINT statements? In Transa...
How To Locate and Take Substrings with CHARINDEX() and SUBSTRING() Functions in SQL Server Transact-...
How To Get the Definition of a View Out of the SQL Server in SQL Server? If you want get the definit...