Question 151

View the exhibit and examine the structure and data in the invoice table. (Choose two.)

Which two SQL statements would execute successfully?
  • Question 152

    Which statements are true? (Choose all that apply.)
  • Question 153

    Examine this SQL statement:

    Which two are true?
  • Question 154

    In the customers table, the CUST_CITY column contains the value 'Paris' for the CUST_FIRST_NAME 'Abigail'.
    Evaluate the following query:

    What would be the outcome?
  • Question 155

    A session's NLS_DATE_FORMAT is set to DD Mon YYYY.
    Which two queries return the value 1 Jan 2019?
    SELECT TO_DATE('2019-01-01') FROM DUAL;