Question 31

You must find the number of employees whose salary is lower than employee 110.
Which statement fails to do this?
  • Question 32

    Which statement is true about transactions?
  • Question 33

    Which two are true about granting privileges on objects?
  • Question 34

    Examine the description or the BOOKS_TRANSACTIONS table:

    FOR customers whose income level has a value, you want to display the first name and due amount as 5% of their credit limit. Customers whose due amount is null should not be displayed.
    Which query should be used?
  • Question 35

    View the exhibit and examine the ORDERStable.
    ORDERS
    Name Null? Type
    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?