Question 156

Which two statements are true? (Choose two.)
  • Question 157

    The first DROP operation is performed on PRODUCTS table using the following command:
    DROP TABLE products PURGE;
    Then you performed the FLASHBACK operation by using the following command:
    FLASHBACK TABLE products TO BEFORE DROP;
    Which statement describes the outcome of the FLASHBACK command?
  • Question 158

    MANAGER is an existing role with no privileges or roles.
    EMP is an existing role containing the CREATE TABLE privilege.
    EMPLOYEES is an existing table in the HR schema.
    Which two commands execute successfully?
  • Question 159

    Which three statements are correct regarding indexes? (Choose three.)
  • Question 160

    Which statement will execute successfully?