How to return multiple values from a function in oracle pl/sql ? (without using out parameter)

Опубликовано: 15 Декабрь 2016
на канале: Kishan Mashru
51,473
519

This video demonstrates how a function can return multiple values to the calling environment, but without using multiple out parameters, the video shows an example on how we can create a object, a nested table based on the object and then returning the nested table type from the function.