Which statement displays the total start salary from the employees table?
a. select start salary
b. select start salary from employees
c. select sum(start salary) from employees
d. select total start salary from employees