代写CS作业、代做CS编程作业、代写CS程序、CS编程作业代、CS作业代写、CS程序代写


Database Fundamentals - Assignment 2
Basic Joins
1. Find the names of all single un-married male employees currently working for the company
2. Find the First and Last name of all customers who have purchased items in the database
3. Find the names of all employees who currently work in the Production Department
4. Find the names of all Business Contacts in the Database
Hard Joins
1. Find the names of all current employees and their departments who are salaried employees (exempt from collective bargaining).

2. Find the names of all current employees that work in departments other than the sales department.
3. Find the names of bicycle stores in Victoria Australia
Aggregates
1. Calculate the number of employees currently working in each different department
2. Find the names of all stores that have more than one address on record.
3. Count the number of customers without an address on record.
Hard Aggregates http://www.6daixie.com/contents/21/1691.html
1. Find the state in Australia with the most bicycle stores for this company.
2. Find the names and sales quota of the stores that have the highest sales quota of all stores and whose store name starts with the letter ‘C’. MAX should be SUM as this is finding the store with the person with the highest sales quota.
3. Find the number of Job Candidates with known departments including those whose department cannot be determined. Use the words “Unknown” for candidates where the department cannot be determined.
Sub Queries
1. Find the names of all customers without an address on record
Set Operators
2. Give a list of First and Last Names of all people that have the same First and Last Name of someone who lives in Australia.

因为专业,所以值得信赖。如有需要,请加QQ99515681 或邮箱:[email protected] 

微信:codinghelp

猜你喜欢

转载自www.cnblogs.com/dotnetcsharp6/p/9594010.html