<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
<In this course, it often helps to include a screenshot of your whole web browser – that lets everyone see what you see. If you wish to include a screenshot, add it below this line.>
<If you wish to copy/paste in your code, you can use this next section. This will allow others to copy/paste your code for testing – something that they won’t be able to do with just a screenshot.>
I don’t believe so, but it doesn’t mean you cannot copy the table data and recreate the table in your own db. All the information is right there. For example, in Lesson 1…
Query Results
id
name
age
twitter_handle
1
Justin Bieber
22
2
Beyonce Knowles
33
3
Jeremy Lin
26
4
Taylor Swift
26
Database Schema
celebs
id INTEGER
name TEXT
age INTEGER
twitter_handle TEXT
You'll need to learn how to create tables, though, so forge ahead with the lessons.