Question: 1
View the Exhibit and examine the description of the EMPLOYEES table.
You want to calculate the total remuneration for each employee. Total remuneration is the sum of the annual salary and the percentage commission earned for a year. Only a few employees earn commission.
Which SQL statement would you execute to get the desired output?
Answer : A
Show Answer
Hide Answer
Question: 2
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: 3
Which statement is true regarding the USING clause in table joins? (Choose two.)
Question: 4
Examine the structure proposed for the TRANSACTIONS table:
Which two statements are true regarding the storage of data in the above table structure? (Choose two.)
Question: 5
Examine the structure of the MARKS table:
Which two statements would execute successfully? (Choose two.)