What does the integer indicate in the syntax below? TYPE arr_name IS VARRAY(integer) OF arr_type
What does the integer indicate in the syntax below? TYPE arr_name IS VARRAY(integer) OF arr_type
What does DELETE(m,n) do when applied on a collection variable?
What does DELETE(m,n) do when applied on a collection variable?
What is the datatype of the return value of SQL%ROWCOUNT attribute?
What is the datatype of the return value of SQL%ROWCOUNT attribute?
For which of the following statements can a CURRENT OF clause be used?
For which of the following statements can a CURRENT OF clause be used?
Which of the following in incorrect regarding the FORALL statement?
Which of the following in incorrect regarding the FORALL statement?
What is the state of an uninitialized associative array variable?
What is the state of an uninitialized associative array variable?
What is SYS_REFCURSOR?
What is SYS_REFCURSOR?
What happens if a stored subprogram exits with an unhandled exception?
What happens if a stored subprogram exits with an unhandled exception?
What is the syntax of an implicit cursor attribute ISOPEN?
What is the syntax of an implicit cursor attribute ISOPEN?
What are the various forms of EXISTS method?
What are the various forms of EXISTS method?
How can a nested table be traversed?
How can a nested table be traversed?
What does the integer indicate in the syntax below? TYPE arr_name IS VARRAY(integer) OF arr_type
What does the integer indicate in the syntax below? TYPE arr_name IS VARRAY(integer) OF arr_type
What are the methods used to navigate across a varray in the forward and reverse directions?
What are the methods used to navigate across a varray in the forward and reverse directions?
Into which of the following type of variables does all BULK operations in PL/SQL fetch data?
Into which of the following type of variables does all BULK operations in PL/SQL fetch data?
How is the Loop index of a CURSOR FOR LOOP declared?
How is the Loop index of a CURSOR FOR LOOP declared?
What is the result of overloading of these two procedures? PROCEDURE s (p INTEGER) IS … PROCEDURE s (p REAL) IS … Successful Error because formal parameters differ only in mode Error because the name of the procedures are same Error because formal parameters differ only in subtype
What is the result of overloading of these two procedures? PROCEDURE s (p INTEGER) IS … PROCEDURE s (p REAL) IS … Successful Error because formal parameters differ only in mode Error because the name of the procedures are same Error because formal parameters differ only in subtype
What does the lower bound and upper bound of FORALL statement indicate?
What does the lower bound and upper bound of FORALL statement indicate?
When does the compiler implicitly convert the data type of the actual parameter to the data type of the formal parameter?
When does the compiler implicitly convert the data type of the actual parameter to the data type of the formal parameter?
What happens when the data type of the actual parameter is not the same as the data type of the formal parameter?
What happens when the data type of the actual parameter is not the same as the data type of the formal parameter?
What happens when we specify parameters using named notations in wrong order?
What happens when we specify parameters using named notations in wrong order?