PL - SQL Record Type
PL - SQL Record Type
In the first syntax, we can see the keyword ‘CREATE TYPE’ this
instructs the compiler to create the record type named
“type_name_db” with the specified column as a database object.
This is given as an individual statement and not inside any block.