0 votes
in PL/SQL by
Explain what Is A Constructor And Why Is It Used?

1 Answer

0 votes
by
A constructor is a special built-in function that is used to initialize nested tables and VARRAYs. Constructor has the same name as the collection and can take any number of arguments, as shown in the following code:

Related questions

0 votes
asked Mar 11, 2021 in PL/SQL by Robindeniel
0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel
...