Which of the following in incorrect regarding the FORALL statement?
Which of the following in incorrect regarding the FORALL statement?
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 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 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?
How can a nested table be traversed?
How can a nested table be traversed?
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 are the various forms of EXISTS method?
What are the various forms of EXISTS method?
What is the syntax of an implicit cursor attribute ISOPEN?
What is the syntax of an implicit cursor attribute ISOPEN?
What is the state of an uninitialized associative array variable?
What is the state of an uninitialized associative array variable?
What happens when we specify parameters using named notations in wrong order?
What happens when we specify parameters using named notations in wrong order?
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?
What is the datatype of the return value of SQL%ROWCOUNT attribute?
What is the datatype of the return value of SQL%ROWCOUNT attribute?
What is SYS_REFCURSOR?
What is SYS_REFCURSOR?
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 if a stored subprogram exits with an unhandled exception?
What happens if a stored subprogram exits with an unhandled exception?
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 does the lower bound and upper bound of FORALL statement indicate?
What does the lower bound and upper bound of FORALL statement indicate?
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