× Didn't find what you were looking for? Ask a question
Top Posters
Since Sunday
14
o
6
6
G
3
c
3
q
3
m
3
j
3
s
2
b
2
j
2
u
2
New Topic  
NobleFores NobleFores
wrote...
Posts: 698
Rep: 0 0
6 years ago
The query to join the P_DESCRIPT and P_PRICE fields from the PRODUCT table and the V_NAME, V_AREACODE, V_PHONE and V_CONTACT fields from the VENDOR table, where the values of V_CODE match and the output is ordered by the price is _____.
 a. SELECT PRODUCT.P_DESCRIPT, PRODUCT.P_PRICE, VENDOR.V_NAME, VENDOR.V_CONTACT, VENDOR.V_AREACODE, VENDOR.V_PHONEFROM PRODUCT, VENDORWHERE PRODUCT.V_CODE <> VENDOR.V_CODE;ORDER BY PRODUCT.P_PRICE;
 b. SELECT PRODUCT.P_DESCRIPT, PRODUCT.P_PRICE, VENDOR.V_NAME, VENDOR.V_CONTACT, VENDOR.V_AREACODE, VENDOR.V_PHONEFROM PRODUCT, VENDORWHERE PRODUCT.V_CODE => VENDOR.V_CODE;ORDER BY PRODUCT.P_PRICE;
 c. SELECT PRODUCT.P_DESCRIPT, PRODUCT.P_PRICE, VENDOR.V_NAME, VENDOR.V_CONTACT, VENDOR.V_AREACODE, VENDOR.V_PHONEFROM PRODUCT, VENDORWHERE PRODUCT.V_CODE <= VENDOR.V_CODE;ORDER BY PRODUCT.P_PRICE;
 d. SELECT PRODUCT.P_DESCRIPT, PRODUCT.P_PRICE, VENDOR.V_NAME, VENDOR.V_CONTACT, VENDOR.V_AREACODE, VENDOR.V_PHONEFROM PRODUCT, VENDORWHERE PRODUCT.V_CODE = VENDOR.V_CODE;ORDER BY PRODUCT.P_PRICE;
Read 30 times
1 Reply
Replies
Answer verified by a subject expert
loganhauslerloganhausler
wrote...
Top Poster
Posts: 920
Rep: 7 0
6 years ago
Sign in or Sign up in seconds to unlock everything for free
1

Related Topics

NobleFores Author
wrote...

6 years ago
Correct Slight Smile TY
wrote...

Yesterday
You make an excellent tutor!
wrote...

2 hours ago
Good timing, thanks!
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1091 People Browsing
Related Images
  
 135
  
 265
  
 348
Your Opinion
Which industry do you think artificial intelligence (AI) will impact the most?
Votes: 405

Previous poll results: Where do you get your textbooks?