Murach’s SQL for SQL Server – Exercise 11 – Guaranteed 100% score

Lab Price = $9
Please feel free to send us your queries at: [email protected]
Payment methods

Add to Cart

Buy Now

View Cart


Problem Statement

1. Using the diagram and grid panes of the Query Designer, query the Vendors table for
vendors in California. The results pane should look like this:

2. Using the diagram and grid panes of the Query Designer, create a query that joins the
Vendors, Invoices, InvoiceLineItems, and GLAccounts tables. Filter the result set for
rows with AccountNo 553, and sort the result set with the most recent InvoiceDate
first.

3. Using the diagram and grid panes of the Query Designer, create a summary query
that joins Vendors and Invoices. For each vendor, return the number of invoices with
an outstanding balance and the sum of the outstanding balances. Determine whether
the search condition appears in the WHERE clause or the HAVING clause, then
change the grid pane to switch where it appears.

4. Use the Query Designer to create a SELECT INTO query that makes a copy of the
Invoices table called InvoiceCopy2. Then, use the Query Designer to insert a new
row into the InvoiceCopy2 table using the following values:

5. a. Use the Enterprise Manager to create a new database called Membership using
the default settings. (If the database already exists, use the Enterprise Manager to
drop it, then recreate it.)
b. Use the Enterprise Manager to create the following tables and relationships in
the Membership database. Define IndividualID and GroupID as IDENTITY
columns. Allow Address and Phone to accept null values; none of the other
columns should allow null values. Define the Dues column with a default of zero
and a check constraint to allow only positive values. Define the DuesPaid
column with a default Boolean value of False.
GroupID, int
GroupName, varchar
Dues, money
Groups
GroupID, int
IndividualID, int
GroupMembership
IndividualID, int
FirstName, varchar
LastName, varchar
Address, varchar
Phone, varchar
DuesPaid, bit
Individuals
c. Use the Enterprise Manager to index the GroupMembership table. Create a
clustered index on the GroupID column, a nonclustered index on the
IndividualID column, and a unique index and constraint on both columns.
d. Use the Enterprise Manager Database Designer window to create and print a
database diagram for the completed Membership database.

Relevant Material
Instructions
* If you want to purchase multiple products then click on “Buy Now” button which will give you ADD TO CART option.Please note that the payment is done through PayPal.
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Payment Details
Lab Price = $9
Please feel free to send us your queries at: [email protected]
Payment methods

Add to Cart

Buy Now

View Cart

Leave a Reply