1z0-071 Exam Question 66

Evaluate the following SELECTstatement and view the exhibit to examine its output:
SELECT constraint_name, constraint_type, search_condition, r_constraint_name, delete_rule, status, FROM user_constraints WHERE table_name = 'ORDERS';

Which two statements are true about the output? (Choose two.)
  • 1z0-071 Exam Question 67

    Which statement is true regarding external tables?
  • 1z0-071 Exam Question 68

    You issue the following command to drop the PRODUCTS table:
    SQL>DROP TABLE products;
    What is the implication of this command? (Choose all that apply.)
  • 1z0-071 Exam Question 69

    Examine the description of the CUSTOMERStable:

    You want to display details of all customers who reside in cities starting with the letter D followed by at least two characters.
    Which query can be used?
  • 1z0-071 Exam Question 70

    Which statement is true about the Oracle SQL, DELETEand TRUNCATEstatements?