Assignment Name: Unit 2 Individual Project
Download Now Here:
http://www.askassignment.com/product/unit-2-itco331-1301a-01-p2-northwind-database-sql2008
Deliverable Length: 10 SQL Statements
http://www.askassignment.com/product/unit-2-itco331-1301a-01-p2-northwind-database-sql2008
Deliverable Length: 10 SQL Statements
Using the Northwind database, write a SQL SELECT statement that will retrieve
the data for the following questions:
Display the character constant 'Greeting' with a column heading of 'Hello.'
1 row returned.
Display all data from the categories tables without specifying the names of
the table columns. Order the results by CategoryName.
8 rows returned.
Display all employees' names, last name first, and then first name, hire
date and home phone number. Order the results by employee name, last name first,
and then first name.
9 rows returned.
Modify query 3 so that the column headings are as follows: 'Last Name,'
'First Name,' 'Date of Hire,' and 'Home Phone Number.'
9 rows returned.
Display the product name and quantity per unit, units in stock, and unit
price for all products that have a unit price greater than $50. Order the
results by unit price in descending order.
7 rows returned
Display the Name of all U.S.-based suppliers. Order the results by Name in
ascending order.
4 rows returned.
Display the Order Id, ShipName, Order Date, and Freight of all orders that
have a freight >/= 50 and France; and a Ship City that starts with an 'S.' Use, BETWEEN, IN, and LIKE for
the WHERE clause conditions. Order the results by ShipName in ascending order.
13 rows returned.
Rewrite query 7 to remove the use of BETWEEN and IN, and replace with the
equivalent use of =, <, >, /= and AND and OR expressions.
13 rows returned.
Select the Employee's First Name, concatenated to the Last name, separated
by a space. Call the column 'Employee Name,' the length of this employee
name Length, the location of the first 'a' in the name 'A Location,' and the 5–9
characters from the name 'Substring.' Order the results by the Employee Name
using the alias.
9 rows returned.
For each customer, show the number of orders placed, and the largest,
smallest and total freight ordered. Only show those customers who have placed
more than 15 orders.
9 rows returned.
Preview Screen Shots:
For each customer, show the number of orders placed, and the largest,
smallest and total freight ordered. Only show those customers who have placed
more than 15 orders.
- This tutorial was purchased 3 time and rated A+ by students like you.
- Posted on Feb. 24, 2013 at 04:54:58AM
Asked: $20
Email: syedjahangirb@gmail.com to get assignment
Files in Solution:
Preview.jpg (74K) (Preview)
ITC0331_NorthWindDatabase_SQL2008.zip (1K)[
ITC0331_NorthWindDatabase_SQL2008.sql
]




Northwind_DB_Queries.zip (1K)
ITCO331 IP 3.doc (31K) 


