Oracle Quiz Questions
Oracle Quiz Answers. Oracle Quiz Questions An asterisk (*) indicates a correct answer.
Pagini
(Mutați în ...)
Home
▼
marți, 12 martie 2013
Section 4 Lesson 5: Iterative Control: Nested Loops
›
Iterative Control: Nested Loops 1. What statement allows you to exit the outer loop at Point A in the following block? DECLARE v_out...
Section 4 Lesson 4: Iterative Control: While and For Loops
›
Iterative Control: While and For Loops 1. Look at the following code fragment: i := 2; WHILE i < 3 LOOP i := 4; DBM...
Section 4 Lesson 3: Iterative Control: Basic Loops
›
Iterative Control: Basic Loops 1. What will be displayed when this block is executed? DECLARE v_count NUMBER := 10; v_res...
Section 4 Lesson 2: Conditional Control: Case Statements
›
Conditional Control: Case Statements Section 1 1. How must you end a CASE expression? (1) Points END; (*) ENDI...
Section 4 Lesson 1: Conditional Control: IF Statements
›
Conditional Control: IF Statements Section 1 1. Name three types of control structures in PL/SQL. (Choose three) (1) Points ...
Section 3 Lesson 2: Retrieving Data in PL/SQL
›
Retrieving Data in PL/SQL Section 1 1. Look at this PL/SQL block: DECLARE v_count NUMBER; BEGIN SELECT COUNT(*) INTO ...
Section 3 Lesson 1: Review of SQL DML
›
Review of SQL DML Section 1 1. When inserting a row into a table, the VALUES clause must include a value for every column of the...
›
Pagina de pornire
Afișați versiunea pentru web