Are you able to pass this Oracle PL/SQL test? This free procedural language is designed to run alongside the SQL within the same server process, bringing optimal efficiency. The Oracle PL, although not portable and doesn't interface that well with the tons of libraries available for other environments, can process the statements of the system query language with ease. By See moretaking this quiz, you will get to review how to use the languages back to back.
Rate this question:
CHAR
VARCHAR1
VARCHAR2
INTEGER
NUMBER
Rate this question:
INITIALIZE, GET, CLOSE
CURSOR, GET, FETCH, CLOSE
OPEN, FETCH, CLOSE
CURSOR, FETCH, CLOSE
GET, SEEK, HIDE
Rate this question:
Variables
IN OUT Parameters
Name
Signature
None of the above
Rate this question:
Package specification is invalid. Too many procedures named foo.
Package specification is invalid. First procedure should be called foo_1, second procedure should be called foo_2.
Package specification is valid. We can have an unlimited number of procedures named foo.
Package specification is valid. This is an example of overloading.
Package specification is invalid. We can only have one procedure named foo in the package.
Rate this question:
%ID
%ROWTYPE
%COLUMNTYPE
%TYPE
None of the above.
Rate this question:
%TABLE
%ROWTYPE
%COLUMNTYPE
%TYPE
None of the above
Rate this question:
Explicit
Implicit
Select
PL/SQL
None of the above
Rate this question:
Explicit
Implicit
Select
PL/SQL
None of the above
Rate this question:
Rate this question:
ELSE
ELSE IF
ELIF
ELSIF
None of the above
Rate this question:
Rate this question:
This SQL will list all employees in the Finance department earning more than 20000
This SQL will list all employees who are in the Finance or Sales department earning more than 20000
This SQL will list all employees who are Analysts in the Finance or Sales department earning more than 20000
This SQL will return a cartesian product
None of the above
In the PL/SQL working storage section
In the PL/SQL declaration section
In the PL/SQL body section
In the PL/SQL exception section
None of the above
Rate this question:
Rate this question:
The commit is fired 1000 times
The commit is fired 100 times
The commit is fired 10 times
The commit is fired 1 time
None of the above.
Rate this question:
09/09/2009 09:09:09
09/09/2009 09:09:09 AM
09/09/2009
09/09/2009 00:00:00
None of the above
Rate this question:
Incantination
Integration
Continuation
Concatenation
None of the above
Rate this question:
DECODE
TRUNCATE
TO_CHAR
NVL
Trick question, all of these are Oracle DML functions.
Rate this question:
Rate this question:
WHILE LOOP ... END LOOP;
FOR rec IN some_cursor LOOP ... END LOOP;
LOOP ... UNTIL ; END LOOP;
LOOP ... EXIT WHEN ; END LOOP;
None of the above. All are valid.
Rate this question:
%NOTFOUND
%FOUND
%ROWCOUNT
%ISOPEN
None of the above.
Rate this question:
COUNT
SUM
DISTINCT
MIN
All of the above.
Rate this question:
Rate this question:
NO_DATA_FOUND ORA-01403
TWO_MANY_ROWS ORA-01422
DUP_VAL_ON_INDEX ORA-00001
OTHERS
None of the above. These are all valid.
Rate this question:
1
2
3
0
None of the above.
Rate this question:
SHOW MISTAKES;
DISPLAY MISTAKES;
DISPLAY ERRORS;
SHOW ERRORS;
None of the above.
Rate this question:
Box, wrapping and binding
Header and body
Specification and content
Specification and body
None of the above
Rate this question:
Statement 1 will not execute; statement 2 will.
The results will be the same, but the display will be different.
Statement 1 will execute; statement 2 will not
Statement 1 is self-join; statement 2 is not.
Rate this question:
Any pending transactions on the table are rolled back.
The table structure and its deleted data cannot be rolled back and restored once the DROP TABLE command is executed.
The table structure and its deleted data cannot be rolled back and restored once the DROP TABLE command is executed.
Only a DBA can execute the DROP TABLE command.
Rate this question:
The need to qualify an object name with its schema was eliminated for users with access.
The need to qualify an object name with its schema was eliminated for only you.
The need to qualify an object name with its schema was eliminated for user Ed.
The need to qualify an object name with its schema was eliminated for all users.
Rate this question:
DESCRIBE
CHANGE
LIST
UPDATE
Rate this question:
The employee table column corresponding to the region table column contains null values for rows that need to be displayed.
The employee table has two columns that correspond.
The employee and region tables have corresponding columns.
The employee and region tables have no corresponding columns.
Rate this question:
The datatypes in the SELECT list are inconsistent with the datatypes in the INTO clause.
The SELECT statement returns more than one row.
The SELECT statement contains a GROUP BY clause.
The SELECT statement does not have a WHERE clause.
Rate this question:
SELECT view_text FROM TABLE emp WHERE view_name = 'EMP_VIEW';
SELECT view_text FROM my_views WHERE view_name = 'EMP_VIEW';
DESCRIBE VIEW emp_view
SELECT text FROM user_views WHERE view_name = 'EMP_VIEW';
Rate this question:
DELETE * FROM student;
DROP TABLE student;
TRUNCATE TABLE student;
DROP TABLE student;
Rate this question:
Use the ALTER USER to assign the user a default profile.
Use the ALTER USER command to assign the user a default tablespace.
No action is required to give the user database access.
Grant the user the CREATE SESSION privilege.
Rate this question:
ALL_OBJECTS
DBA_SEGMENTS
USER_OBJECTS
DBA_TABLES
Rate this question:
Exception handling
Executable
Declarative
Heading
Rate this question:
250
1250
500
750
Rate this question:
UPDATE student SET name = 'Smith', graduation = '15-AUG-2000' WHERE stud_id = 101;
UPDATE studentD.UPDATE student SET stud_id = NULL, address = '100 Main Street' WHERE graduation = '20-JAN-1999';
UPDATE student SET name = 'Smith', graduation = '29-MAY-2001' WHERE stud_id = 101;
UPDATE student SET stud_id = 999, graduation = '29-MAY-2001' WHERE stud_id = 101;
Rate this question:
A. There is more than one employee with the first name Scott.
The FIRST_NAME values in the database are in lowercase
Scott has a NULL commission value.
Scott has a zero commission value.
Rate this question:
A. There is more than one employee with the first name Scott.
The FIRST_NAME values in the database are in lowercase
Scott has a NULL commission value.
Scott has a zero commission value.
Rate this question:
Quiz Review Timeline (Updated): Apr 24, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.