READ Free Dumps For Oracle- 1z0-061
Question ID 2289 | Examine the structure and data of the CUST_TRANS table: |
Option A | A. SELECT transdate + '10' FROM cust_trans; |
Option B | B. SELECT * FROM cust_trans WHERE transdate = '01-01-07'; |
Option C | C. SELECT transamt FROM cust_trans WHERE custno > "11"; |
Option D | D. SELECT * FROM cust_trans WHERE transdate='01-JANUARY-07'; |
Option E | E. SELECT custno + 'A' FROM cust_trans WHERE transamt > 2000; |
Correct Answer | A,C,D |
Question ID 2290 | View the Exhibit and examine the structure of the customers table. |
Option A | A. The values clause cannot be used in an INSERT with a subquery. |
Option B | B. Column names in the NEW_CUSTOMERS and CUSTOMERS tables do not match. |
Option C | C. The where clause cannot be used in a subquery embedded in an INSERT statement. |
Option D | D. The total number of columns in the NEW_CUSTOMERS table does not match the total number of columns in the CUSTOMERS table. |
Correct Answer | A |