Question 36

Examine the description of the CUSTOMERS table:

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?
  • Question 37

    Which two are true about instance recovery for a database that is open in read write mode?
    (Choose two.)
  • Question 38

    Which three statements are true about GLOBAL TEMPORARY TABLES? (Choose three.)
  • Question 39

    Examine the description of the BOOKS table:

    The table has 100 rows.
    Examine this sequence of statements issued in a new session:
    INSERT INTO books VALUES ('ADV112', 'Adventures of Tom Sawyer', NULL,
    NULL);
    SAVEPOINT a;
    DELETE FROM books;
    ROLLBACK TO SAVEPOINT a;
    ROLLBACK;
    Which two statements are true? (Choose two.)
  • Question 40

    Which two are true about complete recovery? (Choose two.)