READ Free Dumps For Oracle- 1z1-051
Question ID 4854 | View the Exhibit and examine the structure of the PROMOTIONS table. Examine the following two SQL statements: |
Option A | A. statement 1 gives an error, statement 2 executes successfully |
Option B | B. statement 2 gives an error, statement 1 executes successfully |
Option C | C. statement 1 and statement 2 execute successfully and give the same output |
Option D | D. statement 1 and statement 2 execute successfully and give a different output |
Correct Answer | D |
Question ID 4855 | Examine the structure and data of the CUSTJTRANS table: CUSTJRANS |
Option A | A. SELECT transdate + '10' FROM custjrans; |
Option B | B. SELECT * FROM custjrans WHERE transdate = '01-01-07': |
Option C | C. SELECT transamt FROM custjrans WHERE custno > '11': |
Option D | D. SELECT * FROM custjrans WHERE transdate='01-JANUARY-07': |
Option E | E. SELECT custno - 'A' FROM custjrans WHERE transamt > 2000: |
Correct Answer | A,C,D |