PLSQL MCQ Quiz
PLSQL MCQ Quiz
1. Inner join
2. Joined
3. Joined table
4. Inside join
2. With SQL, how do you select all the records from a table named "Persons" where the
value of the column "FirstName" is "Peter"?
3. With SQL, how can you insert "Olsen" as the "LastName" in the "Persons" table?
1. Within
2. Between
3. Range
4. None of these
Answer: Between
1. Real-world entity
2. Less Redundancy
3. Relation based Tables
4. All of the above
Answer: Similar
8. Which of the following is true about the execution section of a PL/SQL block
1. It is a mandatory section.
2. It consists of the executable PL/SQL statements.
3. It is enclosed between the keywords BEGIN and END.
4. All of the above
1. Administrators
2. Designers
3. End Users
4. Developers
1. Like
2. From
3. Get
4. None of these
Answer: Like
13. With SQL, how can you insert a new record into the "Persons" table?
1. Open
2. Select
3. Extract
4. Get
Answer: Select
17. _____cursor is declared by ORACLE for each UPDATE, DELETE and INSERT
SQL commands.
1. Implicit
2. Internal
3. Explicit
4. External
Answer: Implicit
1. Collapse
2. Delete
3. Remove
4. All of above
Answer: Delete
21. ___________ is the skeleton structure that represents the logical view of the entire
database
1. Database Schema
2. Database Tables
3. Database fields
4. Database Rows and Columns
1. 1960s
2. 1980s
3. 1970s
4. 1990s
Answer: 1980s
1. Declaration
2. Exception Handling
3. All of above
4. None of the above
1. Execution
2. Exception Handling
3. Declaration
4. None of the above
Answer: Execution
1. Only Numbers
2. Only Text
3. Only Date
4. All of the Above
1. SQL software
2. Excel Sheets
3. Forms
4. PL SQL Software
Answer: Forms
29. Which datatypes are PL/SQL-only datatypes that are more efficient than the SQL
datatypes NUMBER or INTEGER for integer arithmetic?
1. PLS_INTEGER
2. NUMBER
3. All of above
4. None of the above
Answer: PLS_INTEGER