A database table comprises of the following columns: employee's name, SS#, job-title, years-in-job, hiring-date, and base-salary. A bonus calculation program, a personnel promotion application program, and a payroll application program all use this table. To execute a policy change in personnel promotion, following column is added to the table: highest-college-degree. This new column is not utilized by the payroll program or by the bonus calculation program.
Following application program will be altered in order to accommodate the modification to the database table:
a) The bonus calculation program
b) The personnel promotion application program
c) The payroll application program
d) All of the above