Problems and Solutions
This comment has been removed by the author.
Hi there. This solution did not work for me, I ended up using SELECT COUNT(*) FROM flights WHERE destination = 'ATL';which passed the check to move onto the next question.
This comment has been removed by the author.
ReplyDeleteHi there. This solution did not work for me, I ended up using
ReplyDeleteSELECT COUNT(*)
FROM flights
WHERE destination = 'ATL';
which passed the check to move onto the next question.