Challenge: Inserting Data
With the library's books
table set up, it's time to start filling it with data! As part of your job, you'll add records for the books already in the library.
Swipe to start coding
Your task is to insert a row into the books
table with the following data:
- Title: Robinson Crusoe
- Author: Daniel Defoe
- Genre: Adventure
- Published Year: 1719
- ISBN: 9780141439822
- Publisher: Penguin Classics
- Pages: 320
- Language: English
- is_available: Yes
Use the general syntax for inserting the row into the table.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.72
Challenge: Inserting Data
Swipe to show menu
With the library's books
table set up, it's time to start filling it with data! As part of your job, you'll add records for the books already in the library.
Swipe to start coding
Your task is to insert a row into the books
table with the following data:
- Title: Robinson Crusoe
- Author: Daniel Defoe
- Genre: Adventure
- Published Year: 1719
- ISBN: 9780141439822
- Publisher: Penguin Classics
- Pages: 320
- Language: English
- is_available: Yes
Use the general syntax for inserting the row into the table.
Solution
Thanks for your feedback!
Awesome!
Completion rate improved to 1.72single