Question 106

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.
Which query would retrieve the required result?
  • Question 107

    Which two statements are true about INTERVAL data types? (Choose two.)
  • Question 108

    Examine the description of the EMPLOYEES table:

    Which query requires explicit data type conversion?
  • Question 109

    View the Exhibit and examine the structure of the PROMOTIONS table.

    Evaluate the following SQL statement:

    Which statement is true regarding the outcome of the above query?
  • Question 110

    View the Exhibit and examine the structure of CUSTOMERStable.

    Evaluate the following query:

    Which statement is true regarding the above query?