SELECT * FROM albums WHERE artist_id = 3;
This is the query that is as given, but it shows an error and does not give me the error.
It will not let me continue past it
SELECT * FROM albums WHERE artist_id = 3;
This is the query that is as given, but it shows an error and does not give me the error.
It will not let me continue past it
if you could please give a link to the ‘lesson’ ?
You must add following intruction which was given before: SELECT * FROM artists WHERE id = 3;
Then it should work.
I just did the same mistake
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.