Technical Notes
We're all on the same page!
Showing posts with label
nested table
.
Show all posts
Showing posts with label
nested table
.
Show all posts
Friday, 13 January 2017
An example of PL/SQL collection for nested table
›
DECLARE TYPE employee IS TABLE OF VARCHAR (5); employees employee := employee ('A', 'B', 'C', 'D...
›
Home
View web version