Microsoft
98-364 · Question #105
You have created a database for employee management. The database has a table named Employees. The table has the following attributes: - Name - Address - Contact Number - Designation You want to…
The correct answer is B. Create a new table that includes the EmployeeID, EmployeeSalary, and DateOfIncrement. See the full explanation below for the reasoning.
Question
You have created a database for employee management. The database has a table named Employees. The table has the following attributes:
- Name
- Address
- Contact Number
- Designation
You want to store the salary information for each employee. The database should also store salary history. How will you design the database so that you can query the last increment given to a particular employee?
Options
- ACreate a new table that includes the EmployeeSalary and DateOfIncrement columns.
- BCreate a new table that includes the EmployeeID, EmployeeSalary, and DateOfIncrement
- CAdd the EmployeeSalary and DateOfIncrement columns to the Employees table.
- DCreate a new table that includes the EmployeeSalary and DateOfIncrement columns.
How the community answered
(21 responses)- A5% (1)
- B71% (15)
- C19% (4)
- D5% (1)
Community Discussion
No community discussion yet for this question.