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, 2066🔥, 0💬
Popular Posts:
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...
How To Convert Numeric Expression Data Types using the CAST() Function in SQL Server Transact-SQL? I...
How To Change the Name of a Database User in SQL Server? If you want to change the name of an existi...
How to connect SQL Server Management Studio Express to SQL Server 2005 Express in SQL Server? Once y...
How To Enter Unicode Character String Literals in SQL Server Transact-SQL? Unicode characters are mu...