Question 6

What is true about non-equijoin statement performance?
  • Question 7

    View the Exhibit and examine the structure of CUSTOMERS table.
    Using the CUSTOMERS table, you need to generate a report that shows an increase in the credit limit by 15% for all customers. Customers whose credit limit has not been entered should have the message "Not Available" displayed.
    Which SQL statement would produce the required result?
  • Question 8

    View the exhibit and examine the ORDERStable.
    ORDERS
    Null? Type
    Name
    ORDER ID NOT NULL NUMBER(4)
    ORDATE DATE DATE
    CUSTOMER ID NUMBER(3)
    ORDER TOTAL NUMBER(7,2)
    The ORDERStable contains data and all orders have been assigned a customer ID. Which statement would add a NOTNULLconstraint to the CUSTOMER_IDcolumn?
  • Question 9

    You have the privileges to create any type of synonym.
    Which stalement will create a synonym called EMP for the HCM.EMPLOYEE_RECORDS table that is accesible to all users?
  • Question 10

    Examine the description of the EMPLOYEES table:

    NLS_DATE FORMAT is DD-MON-RR.
    Which two queries will execute successfully?