Maurice Tutor

(5)

$15/per page/Negotiable

About Maurice Tutor

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Algebra,Applied Sciences See all
Algebra,Applied Sciences,Biology,Calculus,Chemistry,Economics,English,Essay writing,Geography,Geology,Health & Medical,Physics,Science Hide all
Teaching Since: May 2017
Last Sign in: 405 Weeks Ago, 6 Days Ago
Questions Answered: 66690
Tutorials Posted: 66688

Education

  • MCS,PHD
    Argosy University/ Phoniex University/
    Nov-2005 - Oct-2011

Experience

  • Professor
    Phoniex University
    Oct-2001 - Nov-2016

Category > Computer Science Posted 16 Sep 2017 My Price 10.00

Products table andreturns

 

Need help with SQL Sever 2012
1. Write a SELECT statement that joins the Categories table to the Products table andreturns these columns: CategoryName, ProductName, ListPrice.Sort the result set by CategoryName and then by ProductName in ascending order.
2. Write a SELECT statement that joins the Customers table to the Addresses table andreturns these columns: FirstName, LastName, Line1, City, State, ZipCode.Return one row for each address for the customer with an email address ofallan.sherwood@yahoo.com.
3. Write a SELECT statement that joins the Customers table to the Addresses table andreturns these columns: FirstName, LastName, Line1, City, State, ZipCode.Return one row for each customer, but only return addresses that are the shippingaddress for a customer.
4. Write a SELECT statement that joins the Customers, Orders, OrderItems, andProducts tables. This statement should return these columns: LastName, FirstName,OrderDate, ProductName, ItemPrice, DiscountAmount, and Quantity.Use aliases for the tables.Sort the final result set by LastName, OrderDate, and ProductName.
5. Write a SELECT statement that returns the ProductName and ListPrice columnsfrom the Products table.Return one row for each product that has the same list price as another product. Hint:Use a self-join to check that the ProductID columns aren’t equal but the ListPricecolumn is equal.Sort the result set by ProductName.
6. Write a SELECT statement that returns these two columns:CategoryName The CategoryName column from the Categories tableProductID The ProductID column from the Products tableReturn one row for each category that has never been used. Hint: Use an outer joinand only return rows where the ProductID column contains a null value.
7. Use the UNION operator to generate a result set consisting of three columns fromthe Orders table:ShipStatus A calculated column that contains a value ofSHIPPED or NOT SHIPPEDOrderID The OrderID columnOrderDate The OrderDate columnIf the order has a value in the ShipDate column, the ShipStatus column shouldcontain a value of SHIPPED. Otherwise, it should contain a value of NOTSHIPPED.Sort the final result set by OrderDate.

Answers

(5)
Status NEW Posted 16 Sep 2017 01:09 PM My Price 10.00

Hel-----------lo -----------Sir-----------/Ma-----------dam-----------Tha-----------nk -----------You----------- fo-----------r u-----------sin-----------g o-----------ur -----------web-----------sit-----------e a-----------nd -----------and----------- ac-----------qui-----------sit-----------ion----------- of----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n.P-----------lea-----------se -----------pin-----------g m-----------e o-----------n c-----------hat----------- I -----------am -----------onl-----------ine----------- or----------- in-----------box----------- me----------- a -----------mes-----------sag-----------e I----------- wi-----------ll

Not Rated(0)