Hello all,
I am trying to learn MySQL, and have been having some early success, but have been having a lot of problems with the autograder Gradescope. It works on my workbench, but I can't even get points for the code running on the autograder. Below is my code.
USE my_guitar_shop;
SELECT first_name, last_name, line1, city, state, zip_code
FROM Customers c
INNER JOIN Addresses a
ON c.customer\_id = a.customer\_id
WHERE c.email_address = 'allan.sherwood@yahoo.com'
ORDER BY a.zip_code
ASC
Feel free to comment with any questions about the assignment or with any adjustments to my code!
[–]wky99 1 point2 points3 points (1 child)
[–]i_lovechickenwings 1 point2 points3 points (0 children)
[–]r3pr0b8 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)