1z1-071 Exam Question 116

Examine this query:
SELECT TRUNC(ROUND(156.00, -2), -1) FROM DUAL;
What is the result?
  • 1z1-071 Exam Question 117

    View the Exhibit and examine the data in the EMPLOYEES table.
    Exhibit

    You want to generate a report showing the total compensation paid to each employee to date.
    You issue the following query:

    What is the outcome?
  • 1z1-071 Exam Question 118

    The SALES table has columns PROD_IDand QUANTITY_SOLDof data type NUMBER.
    Which two queries execute successfully? (Choose two.)
    SELECT prod_id FROM sales WHERE quantity_sold > 55000 GROUP BY prod_id HAVING
  • 1z1-071 Exam Question 119

    Evaluate the following SQL commands:

    The command to create a table fails. Identify the reason for the SQL statement failure.
  • 1z1-071 Exam Question 120

    Which statement is true regarding the UNION operator?