Project 1 Instructions
You need the salesordersexample database accompanied with the textbook to complete this project….attached.. If you have not installed the database in MySQL, please refer to the “III. Structured Query Language (SQL) Software Step-by-Step Preparation” instructions on eCollege to set up the database…..attached.
1. Use the customers table inside of the salesordersexample database, and write a query statement to show all data records of the customers table.
2. Use the customers table inside of the salesordersexample database, and write a query statement to show data records from the CustFirstName, CustLastName, and CustCity columns.
3. Use the employees table inside of the salesordersexample database, and write a query statement to show the employee’s EmployeeID, EmpFirstName, EmpLastName, and EmpPhoneNumber, if she’s living in the area with 98413 as the zip code.
4. Use the employees table inside of the salesordersexample database, and write a query statement to show each employee’s EmployeeID, EmpFirstName, and EmpLastName. Also, in the report, create a new column called EmpAge, in which you use a date expression to calculate and show the employee’s age today.
Please save the query statements for questions above into a Word document. Also, get a screen capture of the data report after you execute each query in MySQL, and save the screen captures into the Word document as well. Please name the Word document as “MyProject1”.
Note: pages may be more due to the screen captures.