Which of the following is the correct syntax of varray?

Options
- TYPE numbers_vat IS VARRAY(10)
- TYPE numbers_vat IS NUMBER;
- TYPE numbers_vat IS VARRAY(10) OF NUMBER;
- TYPE numbers_vat VARRAY(10) NUMBER ;


CORRECT ANSWER : TYPE numbers_vat IS VARRAY(10) OF NUMBER;

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement