databases Online Quiz - 9
Description: databases Online Quiz - 9 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Which ITERATIVE control construct in PL/SQL is also called as INFINITE LOOP?
Implicit cursors, process ... Choose all that apply
Index of numeric for loop always increments by one
When dealing with Cursor For Loops, which steps are taken care of implicitly? Choose all that apply
Identify the CURSOR attribute that returns the number of rows fetched so far by the cursor?
Identify the CURSOR attribute that evaluates to FALSE if cursor returns at least 1 row?
Identify the CURSOR attribute that evaluates to TRUE if cursor is OPEN?
Which from the following is not an ERP package?
which of the following is the default format for date display
what will be the output of: select rpad('*$*',3,'*') from dual;
what is the output: select substr('Oracle Basics',-5,3) from dual
what is the output: select mod(1600,300) from dual;
Which of the following is not a grouping function?
Which of the folowing is not a oracle function?
Which method returns the number of rows in a set.
Which operator is equivalent to concat function?
OTHERS is super set of all predefined internal exceptions