Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Can A Varray Be Used In A Record Definition?
Home
PL/SQL
Can A Varray Be Used In A Record Definition?
0
votes
asked
Mar 13, 2021
in
PL/SQL
by
rajeshsharma
Can A Varray Be Used In A Record Definition?
#varay
record-definition
plsql-records
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 13, 2021
by
rajeshsharma
No, VARRAY is a collection and collections cannot be used for record definition.
...