$35.00 POS 410 SQL for Business - Week 1-5 Individual,Team Assignments and DQs
Found in Computer-Science: General-CSChapter 1, # 0
POS/410 Complete Class - Individual - Team Assignments and DQs - A+ grade
POS410 Week 1-5 All Assignments and DQs
POS 410 Latest Version of Syllabus
Learning Team Assignment 2
Prepare a one to two page maximum learning team status report that documents what parts of the learning team assignment have been prepared and what sections remain. Included in your status report you must included the participation of each team member or the lack thereof for the academic week. The team should also include in the status report any development difficulties the team has encountered.
Post this assignment in the class assignments forum.
Individual Assign 1 Table Queries
Create an SQL server database for the Kudler Fine Foods Virtual Organization.
Create the following tables using fields listed below.
Note. Supply SQL server data types when creating tables. In the Employee table, create an Employee ID field that generates a unique number (T-SQL idenity function) for each employee and designate the field as the Primary Key. In the Job_Title table, use a listed field as the table’s primary key or create an additional field to use as the primary key. The primary key from the Job Title table appears as the foreign key in the Employee table.
- Employee
- Employee ID
- Last name
- First name
- Address
- City
- State
- Telephone area code
- Telephone number
- Employer Information Report (EEO-1) classification
- Hire date
- Salary
- Gender
- Age
- Foreign key from Job Title table.
- Job_Title
- EEO-1 classification
- Job title
- Job description
- Exempt/non-exempt status
Use the SQL INSERT statement to go to the human resources department in the Kudler Fine Foods Virtual Organization. Using information found in the employee files for theLa Jolla and Encinitas stores, enter records into the Employee table for the following employees:
- Glenn Edelman
- Eric McMullen
- Raj Slentz
- Erin Broun
- Donald Carpenter
- David Esquivez
- Nancy Sharp
Use the information from the job classifications and descriptions to enter records into the Job Title table for the following titles:
- Accounting clerk
- Assistant manager
- Bagger
- Cashier
- Computer support specialist
- Director of finance and accounting
- Retail assistant bakery and pastry
- Retail assistant butchers and seafood specialists
- Stocker
* Note if you are using Microsoft SQL Server to write your SQL code you also need to include with your screen shots the actual T-SQL code that was used in Microsoft Server 2008.
Check results by selecting all columns from both tables. Non-exempt employees at Kudler Fine Foods are paid an hourly wage and must track their working hours.
Learning Team Assignment 3
Prepare a one to two page maximum learning team status report that documents what parts of the learning team assignment have been prepared and what sections remain. Included in your status report you must included the participation of each team member or the lack thereof for the academic week. The team should also include in the status report any development difficulties the team has encountered.
Individual Assign 2 Data Changes and SQL Statements
Use the database and tables from last week’s assignment to write SQL statements and enter records into the eEmployee table for workers identified in the employee files for the administrative offices and theDel Mar store. Check results by selecting all columns from both tables.
Use the database and tables from last week’s assignment to write SQL queries using Between, Like, andUnion. Write an SQL query that does the following:
- Joins two tables in the example database and uses BETWEEN to restrict record selection. Use salary to restrict data.
- Joins two tables in the example database and uses BETWEEN to restrict record selection. Use hire dates to restrict data.
- Joins two tables in the example database and uses LIKE to restrict record selection. Use telephone area codes to restrict data.
- Joins two tables in the example database and uses LIKE to restrict record selection. Use age to restrict data.
- Uses theUNIONof the two tables to produce a third table.
Print out each query, including results, and store them on a removable disk. Be prepared to demonstrate your queries in class.
Use the updated database to write the following queries, using the SQL GROUP statement:
- Select employees’ last names and group them by EEO-1 classification.
- Select employees’ last names and group them by salary.
- Select employees’ last names and group them by salary in their EEO-1 classification.
- Select employees’ last names and group them by salary in job titles, grouped into exempt and non-exempt.
Note if you are using Microsoft SQL Server to write your SQL code you also need to include with your screen shots the actual T-SQL code that was used in Microsoft Server 2008.
Team Assignment Number 4
Prepare a one to two page maximum learning team status report that documents what parts of the learning team assignment have been prepared and what sections remain. Included in your status report you must included the participation of each team member or the lack thereof for the academic week. The team should also include in the status report any development difficulties the team has encountered.
Individual Assign 3 SQL Reports
Use the database and tables from last week’s assignment to write SQL queries using the SQL SELECT statement.
Note. Select all data from both tables before you perform the following:
- Increase all employees’ salaries with the selected EEO-1 classification by 10 percent.
- Increase all employees’ salaries by 5 percent.
- Choose an employee from the Employee table and delete that employee.
Print out the SQL statements and data from both tables to show how data was affected. Be prepared to demonstrate your results in class.
Use the database and tables from last week’s assignment to write SQL statements that do the following:
- Calculate the average salary for all employees.
- Calculate the maximum salaries for exempt and non-exempt employees.
- Calculate the maximum salary for all employees.
- Calculate the minimum salaries for exempt and non-exempt employees.
- Calculate the minimum salary for all employees.
* Note if you are using Microsoft SQL Server to write your SQL code you also need to include with your screen shots the actual T-SQL code that was used in Microsoft Server 2008.
Print out the SQL statements and results. Be prepared to demonstrate your results in class.
Learning Team Project Week 5
Complete work on the Learning Team Project.
- Create SQL database Chart of Accounts report.
- Test Chart of Accounts report.
- Submit query, screen snap shots and Chart of Accounts report for grading.
Post this assignment in the class assignments forum.
- This tutorial was purchased 5 times and rated No Rating by students like you.
- Posted on May. 12, 2012 at 09:25:28AM

Attachments:
[
POS410 Entire course/POS 410 Week 1 DQ 1.docx
POS410 Entire course/POS 410 Week 1 DQ 2.docx
POS410 Entire course/POS 410 Week 2 DQ 1.docx
POS410 Entire course/POS 410 Week 2 Individual Assignment - Table Queries - Screenshot.jpg
POS410 Entire course/POS 410 Week 2 Individual Assignment - Table Queries.docx
POS410 Entire course/POS 410 Week 2 Individual Assignment - Table Queries.sql
POS410 Entire course/POS 410 Week 3 DQ 1.docx
POS410 Entire course/POS 410 Week 3 DQ 2.docx
POS410 Entire course/POS 410 Week 3 Individual Assignment Data Changes and SQL Statements - Screenshots.jpg
POS410 Entire course/POS 410 Week 3 Individual Assignment Data Changes and SQL Statements.docx
POS410 Entire course/POS 410 Week 3 Individual Assignment Data Changes and SQL Statements.sql
POS410 Entire course/POS 410 Week 3 Team Assignment - B.sql
POS410 Entire course/POS 410 Week 3 Team Assignment - C.sql
POS410 Entire course/POS 410 Week 4 DQ 1.docx
POS410 Entire course/POS 410 Week 4 DQ 2.docx
POS410 Entire course/POS 410 Week 4 Individual Assignment SQL Reports - Screenshot.jpg
POS410 Entire course/POS 410 Week 4 Individual Assignment SQL Reports.docx
POS410 Entire course/POS 410 Week 4 Individual Assignment SQL Reports.sql
POS410 Entire course/POS 410 Week 5 DQ.docx
POS410 Entire course/POS 410 Week 5 Team Assignment - B.sql
POS410 Entire course/POS 410 Week 5 Team Assignment - D.sql
POS 410 Week 1 DQ 1.docx
POS 410 Week 1 DQ 2.docx
POS 410 Week 2 DQ 1.docx
POS 410 Week 2 Individual Assignment - Table Queries - Screenshot.jpg
POS 410 Week 2 Individual Assignment - Table Queries.docx
POS 410 Week 2 Individual Assignment - Table Queries.sql
POS 410 Week 3 DQ 1.docx
POS 410 Week 3 DQ 2.docx
POS 410 Week 3 Individual Assignment Data Changes and SQL Statements - Screenshots.jpg
POS 410 Week 3 Individual Assignment Data Changes and SQL Statements.docx
POS 410 Week 3 Individual Assignment Data Changes and SQL Statements.sql
POS 410 Week 3 Team Assignment - B.sql
POS 410 Week 3 Team Assignment - C.sql
POS 410 Week 4 DQ 1.docx
POS 410 Week 4 DQ 2.docx
POS 410 Week 4 Individual Assignment SQL Reports - Screenshot.jpg
POS 410 Week 4 Individual Assignment SQL Reports.docx
POS 410 Week 4 Individual Assignment SQL Reports.sql
POS 410 Week 5 DQ.docx
POS 410 Week 5 Team Assignment - B.sql
POS 410 Week 5 Team Assignment - D.sql
]