MCQOPTIONS
Saved Bookmarks
This section includes 657 Mcqs, each offering curated multiple-choice questions to sharpen your Testing Subject knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
In__________________of_Oracle,_the_database_administrator_creates_a_user_account_in_the_database_for_each_user_who_needs_access.$ |
| A. | Database Authentication |
| B. | Operating System Authentication |
| C. | Internal Authentication |
| D. | External Authentication |
| Answer» B. Operating System Authentication | |
| 2. |
_________________ is a sequence of zero or more characters enclosed by single quotes? |
| A. | Integers literal |
| B. | String literal |
| C. | String units |
| D. | String label |
| Answer» C. String units | |
| 3. |
If no header is specified, the block is said to be an _______________ PL/SQL block. |
| A. | Strong |
| B. | Weak |
| C. | Empty |
| D. | Anonymous |
| Answer» E. | |
| 4. |
A ___________________ is an explicit numeric, character, string or Boolean value not represented by an identifier. |
| A. | Comments |
| B. | Literals |
| C. | Delimiters |
| D. | Identifiers |
| Answer» C. Delimiters | |
| 5. |
We use ______________ name PL/SQL program objects and units. |
| A. | Lexical Units |
| B. | Literals |
| C. | Delimiters |
| D. | Identifiers |
| Answer» E. | |
| 6. |
A line of PL/SQL text contains groups of characters known as |
| A. | Lexical Units |
| B. | Literals |
| C. | Textual Units |
| D. | Identifiers |
| Answer» B. Literals | |
| 7. |
_______________ has made PL/SQL code run faster without requiring any additional work on the part of the programmer. |
| A. | SQL Server |
| B. | My SQL |
| C. | Oracle |
| D. | SQL Lite |
| Answer» D. SQL Lite | |
| 8. |
___________ combines the data manipulating power of SQL with the data processing power of Procedural languages. |
| A. | PL/SQL |
| B. | SQL |
| C. | Advanced SQL |
| D. | PQL |
| Answer» B. SQL | |
| 9. |
_______________ is a procedural extension of Oracle – SQL that offers language constructs similar to those in imperative programming languages. |
| A. | SQL |
| B. | PL/SQL |
| C. | Advanced SQL |
| D. | PQL |
| Answer» C. Advanced SQL | |