Question 211

Which two statements are true regarding a SAVEPOINT? (Choose two.)
  • Question 212

    You execute the SQL statement:

    What is the outcome?
  • Question 213

    Examine the structure of the EMPLOYEES table.

    You must display the details of employees who have manager with MANAGER_ID 100, who were hired in the past 6 months and who have salaries greater than 10000.
  • Question 214

    View the Exhibit and examine the structure of the EMP table which is not partitioned and not an index-organized table. (Choose two.)

    Evaluate this SQL statement:
    ALTER TABLE emp
    DROP COLUMN first_name;
    Which two statements are true?
  • Question 215

    Which two tasks can be performed by using Oracle SQL statements? (Choose two.)