1Z0-082 Exam Question 51

In which three situations does a new transaction always start? (Choose three.)
  • 1Z0-082 Exam Question 52

    Which two statements are true about the SET VERIFY ON command? (Choose two.)
  • 1Z0-082 Exam Question 53

    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.)
  • 1Z0-082 Exam Question 54

    The SALES_Q1 and USERS tablespaces exist in one of your databases and TEMP is a temporary tablespace.
    Segment creation is not deferred.
    You execute this command:

    Which three statements must be true so that the SALES user can create tables in SALES_Q1? (Choose three.)
  • 1Z0-082 Exam Question 55

    View the Exhibits and examine the structure of the COSTS and PROMOTIONS tables.
    You want to display PROD_IDS whose promotion cost is less than the highest cost PROD_ID in a promotion time interval.
    Examine this SQL statement:

    Exhibit 1.

    Exhibit 2.

    What will be the result?