Open Caealana opened 6 years ago
https://github.com/edunlimit/intro-data-capstone-musclehub/blob/0e1617dac64ac494c2796b607aa17bce79fc56b4/Codeacademy%20Capstone%20Project%20Minsup%20Sim/musclehub.py#L57-L63
The SQL queries you wrote for this section work correctly. I would suggest you follow the standard SQL practice of capitalizing the keywords to make your queries more readable. So: SELECT * FROM visits LIMIT 5
https://github.com/edunlimit/intro-data-capstone-musclehub/blob/0e1617dac64ac494c2796b607aa17bce79fc56b4/Codeacademy%20Capstone%20Project%20Minsup%20Sim/musclehub.py#L57-L63
The SQL queries you wrote for this section work correctly. I would suggest you follow the standard SQL practice of capitalizing the keywords to make your queries more readable. So: SELECT * FROM visits LIMIT 5