Oracle Pl Sql Records Type With Examples
It groups one or more column to form a new data type These columns will have its own name and data type A Record type can accept the data As a single record that consists of many columns OR It can accept the value for one particular column of a record Record type simply means a new data type. Once the record type is created, it will be stored as a new data type in the database and the same shall be used to declare a variable in programs....