Question 56

Which two statements are true about Database Instances and Real Application Clusters (RAC)?
  • Question 57

    Which two statements are true about the results of using the INTERSECT operator in compound queries? (Choose two.)
  • Question 58

    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 59

    Which two are true about RETENTION GUARANTEE? (Choose two.)
  • Question 60

    Which three statements are true about Oracle synonyms? (Choose three.)