1z0-071 Exam Question 196

View and Exhibit and examine the structure and data in the INVOICE table. (Choose two.)

Which two statements are true regarding data type conversion in query expressions?
  • 1z0-071 Exam Question 197

    Examine the description of the PRODUCT_STATUS table:

    The STATUS column contains the values 'IN STOCK' or 'OUT OF STOCK' for each row Which two queries will execute successfully?
  • 1z0-071 Exam Question 198

    You execute this query:
    SELECT TO CHAR (NEXT_DAY(LAST_DAY(SYSDATE),'MON' ),' dd"Monday for" fmMonth rrr') FROM DUAL;
    What is the result?
  • 1z0-071 Exam Question 199

    View the Exhibit and examine the structure of CUSTOMERStable.

    Evaluate the following query:

    Which statement is true regarding the above query?
  • 1z0-071 Exam Question 200

    You must write a query that prompts users for column names and conditions every time it is executed.
    The user must be prompted only once for the table name.
    Which statement achieves those objectives?