Computer Science Homework Solutions
Problem
#133162

Running a Query

Why wont this query run and how would you write it correctly? Major hint: try and run the query (use the database attached to Week 2's lecture) ...
you'll get an error message that should explain:

    SELECT isbn
    FROM books INNER JOIN order_lines ON books.isbn = order_lines.isbn;

Attached file(s):
Attachments
WEEK2_ACCESS2000.mdb  View File

Solution Summary

This solution demonstrates an inner join when the tables involved contain fields with the same name.

Solution
What is this?
By OTA - Overall OTA Rating
Mike Noel, MS - 4.9/5
Purchase Cost Now
$2.19 CAD (was ~$7.98)
Included in Download
  • Plain text response
$2.19 Instant Download
Add to Cart
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
  • SQL query for Access - Using the week 2 attachment database attached here with this posting, I need to come up with the proper SQL to answer these six questions which are within the word document: I suppose each of the visu ...
  • Access question - Start Access, and then open the FirmPays database. Open the query named " June 2". View the query in SQL and answer the following questions. Explain your answers. Which tables are used in the quer ...
  • Queries in Access - I notice when writing queries that Access will add in a semicolon at the end of my query. Its just one of those Access things right? We don't have to remember to write the semicolon, as Access adds it ...
  • Address Payments in a Database - Start Access, and then open the FirmPays database located in the le4 folder of the zip file. Open the query named "June 2". View the query in SQL, and answer the following questions: 1. Which tabl ...
  • Create a query that puts 2 tables together - Create a query with the kudler_team_c database I attached. This query should pull at least two tables together. So it needs to have the following: USE SELECT FROM GROUP BY You can decide wha ...
Browse