1z0-071 Exam Question 61

Which CREATE TABLE statement is valid?
  • 1z0-071 Exam Question 62

    Which two statements are true about views?
  • 1z0-071 Exam Question 63

    Which three statements are true about GLOBAL TEMPORARY TABLES?
  • 1z0-071 Exam Question 64

    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?
  • 1z0-071 Exam Question 65

    View the exhibit and examine the structure of the PROMOTIONS table.

    You have to generate a report that displays the promo name and start date for all promos that started after the last promo in the 'INTERNET' category.
    Which query would give you the required output?