Question 26

Which three statements are true about using SQL*Plus?
  • Question 27

    View the Exhibit and examine the description of the tables.
    You execute this SQL statement:

    Which three statements are true?
  • Question 28

    Your database instance was shut down normally and then started in NOMOUNT state. You then execute this command:
    ALTER DATABASE MOUNT;
    Which two actions are performed? (Choose two.)
  • Question 29

    In which three situations does a new transaction always start? (Choose three.)
  • Question 30

    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?