READ Free Dumps For Oracle- 1z1-051
Question ID 4886 | You need to produce a report for mailing labels for all customers. The mailing label must have only the customer name and address. The CUSTOMERS table has these columns: |
Option A | A. SELECT* FROM customers; |
Option B | B. SELECT name, address FROM customers; |
Option C | C. SELECT id, name, address, phone FROM customers; |
Option D | D. SELECT cust_name, cust_address FROM customers; |
Option E | E. SELECT cust_id, cust_name, cust_address, cust_phone FROM customers; |
Correct Answer | D |
Question ID 4887 | Which statement describes the ROWID data type? |
Option A | A. Binary data up to 4 gigabytes. |
Option B | B. Character data up to 4 gigabytes. |
Option C | C. Raw binary data of variable length up to 2 gigabytes. |
Option D | D. Binary data stored in an external file, up to 4 gigabytes. |
Option E | E. A hexadecimal string representing the unique address of a row in its table. |
Correct Answer | E |