Question 11

Which two statements are true about truncate and delete?
  • Question 12

    Which three statements are true about multiple row subqueries? (Choose three.)
  • Question 13

    Examine the structure of the BOOKS_TRANSACTIONS table:

    Examine the SQL statement:

    Which statement is true about the outcome?
  • Question 14

    Examine this SELECT statement and view the Exhibit to see its output:

    SELECT constraints_name, constraints_type, search_condition, r_constraints_name, delete_rule, status, FROM user_constraints WHERE table_name = 'ORDERS'; Which two statements are true about the output? (Choose two.)
  • Question 15

    Which two tasks can be performed by using Oracle SQL statements?