Question: Write a SELECT statement that returns four columns from the EQUIPMENT table: a. TotalValue, where TotalValue is the sum of the eqpTotalValue column b. AverageValue
Write a SELECT statement that returns four columns from the EQUIPMENT table:
a. TotalValue, where TotalValue is the sum of the eqpTotalValue column
b. AverageValue where AverageValue is the average of the eqpTotalValue column
c. LowValue where LowValue is the lowest of the eqpTotalValue column
d. HighValue where HighValue is the highest of the eqpTotalValue column
e. Use appropriate column aliases
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
