Starting from:

$30

Assignment 1: LASA 2: Building the Human Resources Database Solution


For this assignment, you will build the database that you designed in M3 Assignment 2 LASA 1 and populate it with employee information. Then, you will execute Structured Query Language (SQL) statements against the database in order to insert, update, modify, and display the information contained in the database.

Scenario:

The president of Altair Software has reviewed and approved the database design that you completed in M3 Assignment 2 LASA 1. You will now build, configure, and populate the database. Additionally, since Altair Software is a fast-growing company, there have been several changes in salary and personnel since you designed the database. You will need to write SQL statements to insert, update, and remove records in the database, as well as a statement to display the records and run them against the database to see the results. The changes are as follows:

Both vice presidents easily surpassed their goals and objectives for the prior year and are being given salary raises. The new salary for the vice president position is $80,000.
To attract talented programmers directly out of college, Altair Software has decided to raise the base salary for both Programmer I and Programmer II by $5,000 to $40,000 and $50,000, respectively.
Programmer Arlene Smith was recruited by a competitor but in order to keep her with Altair Software, the company promoted her to the newly created position of Programmer III, with a salary of $60,000.
Altair Software hired two new employees:
Employee ID
402
Employee Last Name
Smith
Employee First Name
Frances
Street Address
4545 Oxbow Lane
City
Anytown
State
AZ
ZIP Code
85331
Department
DEV
Manager
John Smith
Position
Programmer I
Salary
$40,000
Employee ID
403
Employee Last Name
Smith
Employee First Name
Greg
Street Address
18951 Silverlake Avenue
City
Sometown
State
AZ
ZIP Code
85332
Department
SALES
Manager
Jane Smith
Position
Sales Representative
Salary
$25,000
Sales Representative Eric Smith left Altair Software to return to school to earn a bachelor’s degree.
Programmer I, Bob Smith, moved out of state.
Tasks:

Note: As you complete the steps below, be sure to save your work often.

Create the Database for the CompanyUsing Microsoft Access 2010, create the tables that you designed in M3 Assignment 2 LASA 1. Be sure to use your third normal formtables. Enter each data field name in each table and save each table as you work.
Open each table in Design View (right-click the table in the navigation pane and click Design View) and set the appropriate field to be the Primary Key.
While in Design View, ensure that each field is configured for the right type of data (text or number, for instance) and set the field size appropriately.
On the Database Tools tab, in the Relationships group, click Relationships. Using your entity-relationship diagram as a guide, create the appropriate relationships between the tables by matching the appropriate data fields from each table.
Open each table (double-click the table in the navigation pane) and manually enter the appropriate company data. When you are done, each table should contain the same data that was entered in your spreadsheet from M3 Assignment 2 LASA 1.
Display the Information in the Database
Create an SQL query to display all the information in the database by following the steps below:On the Create tab, in the Queries group, click Query Design.
Select all the tables in your database by holding the Ctrl key and clicking on each of the tables.
Click the Add button and then the Close button. The tables will be added to Design View window and you will see the relationships between the tables displayed.
Refer to M3 Assignment 2 LASA 1 and add each of the data fields in the order in which they are listed in M3 Assignment 2 LASA 1 to the query by double-clicking each field name in the appropriate table. You will see the query being built in the Design View window.
On the Query Tools Design tab, in the Results group, click the Run button. This will execute the query against the database.
Review the report. When you are satisfied, close the results of the query and click Yes when prompted to save the changes. Name the query “Display Employee Information”.
The query will now appear in the navigation pane. Right-click the query in the navigation pane, select Export, and then click PDF or XPS.Save the PDF as M5_A1_Lastname_Firstname_EmpInfoBefore.PDF.
Note: For components C, D, and E, you will use SQL View to write simple SQL statements to modify the database. To enter SQL View, complete the following steps:

On the Create tab, in the Queries group, click Query Design.
When prompted to add tables, click the Close button.
On the Query Tools Design tab, in the Results group, click on the down arrow below the word View and select SQL View. This is where you will compose your SQL statements.
To run your SQL statements against the database, click the Runbutton in the Results group.
Insert Records into the Database
Create an SQL query to create a new position entitled “Programmer III” with a salary of $60,000. Run the query against the database. You will be prompted to confirm that you want to modify data in your database. Click Yes. Close the query and save it as “Insert New Position”.
Create an SQL query to create a new employee record for Frances Smith. Run the query against the database. You will be prompted to confirm that you want to modify data in your database. Click Yes. Close the query and save it as “Insert New Programmer”.
Create an SQL query to create a new employee record for Greg Smith. Run the query against the database. You will be prompted to confirm that you want to modify data in your database. Click Yes. Close the query and save it as “Insert New Sales Representative”.
Update Records in the Database
Create an SQL query to update Arlene Smith to Programmer III. Run the query against the database. You will be prompted to confirm that you want to modify data in your database. Click Yes. Close the query and save it as “Update Employee”.
Create an SQL query to update the salary for the Vice President position to $80,000. Run the query against the database. You will be prompted to confirm that you want to modify data in your database. Click Yes. Close the query and save it as “Update Vice President Salary”.
Create an SQL query to update the salary for the Programmer I position to $40,000. Run the query against the database. You will be prompted to confirm that you want to modify data in your database. Click Yes. Close the query and save it as “Update Programmer I Salary”.
Create an SQL query to update the salary for the Programmer II position to $50,000. Run the query against the database. You will be prompted to confirm that you want to modify data in your database. Click Yes. Close the query and save it as “Update Programmer II Salary”.
Delete Records from the Database
Create an SQL query to delete Eric Smith from the database. Run the query against the database. You will be prompted to confirm that you want to modify data in your database. Click Yes. Close the query and save it as “Delete Sales Representative”.
Create an SQL query to delete Bob Smith from the database. Run the query against the database. You will be prompted to confirm that you want to modify data in your database. Click Yes. Close the query and save it as “Delete Programmer I”.
Create a 1- to 2-page Microsoft Word document that includes answers to the following questions:When an employee leaves Altair Software, the company deletes the employee record from the human resources database. Is this a good practice? Why or why not? How would you suggest the company handle employee separations?Save the document as M5_A1_Lastname_Firstname_GoodPractices.doc.
Display the Information in the Database
Repeat Step B.6.g and name the PDF as M5_A1_Lastname_Firstname_EmpInfoAfter.PDF.
Compile SQL Queries and Database Reports for Submission
For each of the ten SQL queries you have created, perform the following steps:Open the query in Design View (right-click the query in the navigation pane and click Design View).
On the Query Tools Design tab, in the Results group, click on the down arrow below the word View and select SQL View.
Copy the entire SQL statement and paste it into a Microsoft Word document.
Create a 2- to 3-page document in Microsoft Word and paste all of the SQL statements you created in Step E.3. Label each statement with the appropriate name, e.g., “Update Employee”.Save your document as M5_A1_Lastname_Firstname_SQLStatements.doc.

More products