Question 241

The SALES table has columns PROD_ID and QUANTITY_SOLD of data type NUMBER. Which two queries execute successfully?
  • Question 242

    Refer to the exhibit.

    Which two queries execute successfully?
  • Question 243

    Examine this SQL statement:

    Which two are true?
  • Question 244

    View the exhibit and examine the structure of the EMPLOYEES table.

    You want to select all employees having 100 as their MANAGER_ID manages and their manager.
    You want the output in two columns: the first column should have the employee's manager's LAST_NAME and the second column should have the employee's LAST_NAME.
    Which SQL statement would you execute?
  • Question 245

    Which three are true about multitable INSERTstatements? (Choose three.)