Challenge: Inserting More Data
Now that you're getting the hang of adding data to the library's database, it's time to insert another record into the books
table.
Task
Swipe to start coding
Use the shorter syntax of the INSERT
statement to add the following book details:
- Title: 1984
- Author: George Orwell
- Genre: Dystopian
- Published Year: 1949
- ISBN: 9780451524935
- Publisher: Secker & Warburg
- Pages: 328
- Language: English
- Availability: Yes
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 5
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Summarize this chapter
Explain the code in file
Explain why file doesn't solve the task
Awesome!
Completion rate improved to 1.72
Challenge: Inserting More Data
Swipe to show menu
Now that you're getting the hang of adding data to the library's database, it's time to insert another record into the books
table.
Task
Swipe to start coding
Use the shorter syntax of the INSERT
statement to add the following book details:
- Title: 1984
- Author: George Orwell
- Genre: Dystopian
- Published Year: 1949
- ISBN: 9780451524935
- Publisher: Secker & Warburg
- Pages: 328
- Language: English
- Availability: Yes
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 1.72SectionΒ 4. ChapterΒ 5
single