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