Question 206

Examine the description of the EMPLOYEES table:

Which statement will execute successfully, returning distinct employees with non-null first names?
  • Question 207

    Examine the structure of the EMPLOYEES table. (Choose two.)

    You must display the maximum and minimum salaries of employees hired 1 year ago.
    Which two statements would provide the correct output?
  • Question 208

    In which three situations does a transaction complete? (Choose three.)
  • Question 209

    You issue the following command to drop the PRODUCTStable:
    SQL > DROP TABLE products;
    Which three statements are true about the implication of this command? (Choose three.)
  • Question 210

    View the Exhibit and examine the description of the ORDERS table.