General SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesGeneral SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old May 5th, 2004, 01:02 PM
bhangra bhangra is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 1 bhangra User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Create view statement

I have given responses to each question below, but I am not sure if the question A is correct or not. Your help is greatly appreciated

a) Create a view called RepairSummaryNet that shows Customer Name, RepairInvoiceNo and the difference between TotalCost and TotalPaid as the column TotalDue.

b) Is the RepairSummaryNet view updatable? Explain your answer.

c) Show a SQL statement to retrieve the RepairSummaryNet data for those repairs where the amount due is greater than $100. Sort results by TotalDue.

d) Modify the query in (c) so that it uses base tables only.

a)

Create view RepairSummaryNetAS

Select Name, RepairInvoiceNo

From Customer, StoveRepair

Where TotalDue = StoveRepair.TotalCost – StoveRepair.TotalPaid



b)

No, because due to RepairSummaryNet always being updated with new invoices, it is not a consent record in the database.

Reply With Quote
  #2  
Old May 5th, 2004, 05:45 PM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 6 m 11 sec
Reputation Power: 8
Send a message via ICQ to stumpy Send a message via MSN to stumpy
And the problem is??
__________________
DevArticles Moderator
BlueSix - Web Development and Consulting

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesGeneral SQL Development > Create view statement


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway