Q1) A database table consists of the following columns: employee's name, SS#, job-title, hiring-date, years-in-job, base-salary. A bonus calculation program, a personnel promotion application program, and a payroll application program all use this table. To implement a policy change in personnel promotion, the following column is added to the table: highest-college-degree. This new column is not used by the payroll program or by the bonus calculation program.
The following application program will be modified to accommodate the change 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