Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Generate a Summarized Books Table | Updating & Deleting Data
Introduction to SQL

Swipe to show menu

book
Challenge: Generate a Summarized Books Table

The library staff requests a simplified version of the books table to generate a quick report. This table should only include the following columns:

  • title

  • author

  • published_year

Task

Swipe to start coding

Your task is to write a query to create a new table named books_summary, which will contain only these three columns from the books table, along with all the data from the respective columns.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 5. ChapterΒ 9
We're sorry to hear that something went wrong. What happened?

Ask AI

expand
ChatGPT

Ask anything or try one of the suggested questions to begin our chat

book
Challenge: Generate a Summarized Books Table

The library staff requests a simplified version of the books table to generate a quick report. This table should only include the following columns:

  • title

  • author

  • published_year

Task

Swipe to start coding

Your task is to write a query to create a new table named books_summary, which will contain only these three columns from the books table, along with all the data from the respective columns.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 5. ChapterΒ 9
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt