I keep getting the incorrect schema. I was shown the classes schema and the question was asking about newspaper and online. It is so frustrating…
Are you talking about Problem 4, ‘Inner Joins’?
If so, here’s my work…
Step 1
SELECT COUNT()
FROM newspaper;
Step 2
SELECT COUNT()
FROM online;
Step 3
SELECT COUNT(*)
FROM newspaper
JOIN online
ON newspaper.id =
online.id;
Hope I helped
If it is a different excersize than the one I showed, sorry. I will check in again as soon as possible.
FORGET ALL THAT!!!
I was totally wrong. Problem 6, right? Truly ‘problem’ six. Yeah, I think there is a mistake in the instructions. It will never work. If you press ‘Run’ enough times, you will get a option of ‘Keep Trying’ or ‘Get Code’. ‘Get Code’ will probably not change any of your work, but you will be able to go on.
Sorry for being TOTALLY useless for the first 2 comments. Hope I can start being more useful in the future
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.