This community-built FAQ covers the “Exploring Data with SQL” exercise from the lesson “Why Data Science?”.
Paths and Courses
This exercise can be found in the following Codecademy content:
Data Science
FAQs on the exercise Exploring Data with SQL
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply ( ) below!
Agree with a comment or answer? Like ( ) to up-vote the contribution!
Need broader help or resources ? Head here .
Looking for motivation to keep learning? Join our wider discussions .
Learn more about how to use this guide.
Found a bug ? Report it!
Have a question about your account or billing? Reach out to our customer support team !
None of the above? Find out where to ask other questions here !
whimjim
November 23, 2018, 6:44pm
2
In the very first lesson:
When I copy/paste the code and run the code I get :
### Database Schema
page_visits 600 rows
index INTEGER
first_name TEXT
last_name TEXT
gender TEXT
age REAL
visit_date TEXT
website_goal TEXT
Error: near line 1: no such table: browse
Ive sent a bug report and I am not getting any responses
1 Like
Hi whimjim,
I’m facing the same problem. Hopefully something will be done about it, soon!
1 Like
l am facing the same problem,it said that ther is no table named browse
1 Like
colmdo
January 4, 2019, 1:01pm
5
I’m having the same problem… how can this still be an issue at the beginning of a topic???
1 Like
colmdo
January 4, 2019, 1:11pm
6
I take it back… it doesn’t like IE browser, works fine in Chrome.
jazkh
January 8, 2019, 10:09pm
7
Doesn’t work on Chrome or IE for me.
1 Like
To all people trying the first exercise, the table has been renamed to ‘page_visits’ so the code you paste should actually be:
SELECT *
FROM page_visits
LIMIT 10;
1 Like
the problem I have is I cannot even paste in the column. Is not an active field and I can’t move pass that screen.
5 Likes
Hello Everybody, I just joined to codecademy and stock at the first lecture, just cannot write anything to the screen I’m just wandering how may I solve this issue, please help
1 Like
Same problem here…
The middle plane is not working for me (chrome), seems like its not connected to code editor.
No Solutions???
I’m having the same problem. I can’t copy and paste the code into the middle pane. Did you figure it out?
1 Like
Hi all, I have a problem with the interface as per video above. I cannot get the SQLite interface to work. Any quick fix?
1 Like
Oh for me was the same, and I recharge the page and work very well… if don’t, you can go to another navigator and see if is working… but I think is not a problem of the interface.