1z0-071 Exam Question 161
View the Exhibit and examine the structure of the PRODUCTS table.

You must display the category with the maximum number of items.
You issue this query:

What is the result?

You must display the category with the maximum number of items.
You issue this query:

What is the result?
1z0-071 Exam Question 162
Evaluate the following query:
SQL> SELECT TRUNC (ROUND (156.00, -1),-1)
FROM DUAL;
What would be the outcome?
SQL> SELECT TRUNC (ROUND (156.00, -1),-1)
FROM DUAL;
What would be the outcome?
1z0-071 Exam Question 163
You create a table by using this command:
CREATE TABLE rate_list (rate NUMBER(6,2));
Which two are true about executing statements?
CREATE TABLE rate_list (rate NUMBER(6,2));
Which two are true about executing statements?
1z0-071 Exam Question 164
Examine the description of the EMPLOYEES table:

Which two queries return rows for employees whose manager works in a different department?

Which two queries return rows for employees whose manager works in a different department?
1z0-071 Exam Question 165
Examine the description of the BOOKS_TRANSACTIONStable:

Examine this partial SQL statement:
SELECT * FROM books_transactions
Which two WHEREconditions give the same result? (Choose two.)
WHERE borrowed_date = SYSDATE AND (transaction_type = 'RM' OR member_id IN

Examine this partial SQL statement:
SELECT * FROM books_transactions
Which two WHEREconditions give the same result? (Choose two.)
WHERE borrowed_date = SYSDATE AND (transaction_type = 'RM' OR member_id IN