1z0-071 Exam Question 146
The PRODUCT_INFORMATIONtable has a UNIT_PRICEcolumn of data type NUMBER (8, 2).
Evaluate this SQL statement:
SELECT TO_CHAR(unit_price, '$9,999') FROM product_information;
Which two statements are true about the output? (Choose two.)
Evaluate this SQL statement:
SELECT TO_CHAR(unit_price, '$9,999') FROM product_information;
Which two statements are true about the output? (Choose two.)
1z0-071 Exam Question 147
View the Exhibit and examine the data in the PRODUCT_INFORMATION table.

Which two tasks would require subqueries? (Choose two.)

Which two tasks would require subqueries? (Choose two.)
1z0-071 Exam Question 148
Examine the description of the BOOKS_TRANSACTIONS table:

Examine this partial SQL statement:
SELECT * FROM books_transactions
Which two WHERE conditions give the same result?

Examine this partial SQL statement:
SELECT * FROM books_transactions
Which two WHERE conditions give the same result?
1z0-071 Exam Question 149
You must create a table EMPLOYEES in which the values in the columns EMPLOYEES_ID and LOGIN_ID must be unique and not null. (Choose two.) Which two SQL statements would create the required table?
1z0-071 Exam Question 150
Which two statements are true about substitution variables? (Choose two.)
