Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Inserting Bulk Data | Populating a Database
Introduction to SQL
course content

Conteúdo do Curso

Introduction to SQL

Introduction to SQL

1. Getting Started
3. Sorting Data
4. Populating a Database
5. Updating & Deleting Data

book
Challenge: Inserting Bulk Data

Instead of inserting books one by one, you can make the process faster by adding multiple records in a single INSERT statement. This is particularly useful when populating a large database.

Tarefa
test

Swipe to show code editor

Your task is to insert the given data into the table using a single INSERT statement. Insert of manually writing the values, you can copy the data from the snippet below:

  1. ('The Old Man and the Sea', 'Ernest Hemingway', 'Fiction', 1952, '9780684801223', 'Charles Scribner''s Sons', 127, 'English', TRUE)

  2. ('Frankenstein', 'Mary Shelley', 'Horror', 1818, '9780486282114', 'Lackington, Hughes & Co.', 280, 'English', TRUE)

  3. ('Les Misérables', 'Victor Hugo', 'Historical Fiction', 1862, '9780451419439', 'A. Lacroix, Verboeckhoven', 1488, 'English', TRUE)

  4. ('Brave New World', 'Aldous Huxley', 'Dystopian', 1932, '9780060850524', 'Chatto & Windus', 268, 'English', TRUE)

  5. ('The Adventures of Sherlock Holmes', 'Arthur Conan Doyle', 'Mystery', 1892, '9780141034323', 'George Newnes', 307, 'English', TRUE)

Note

Please insert the data in the given order!

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 4. Capítulo 7
toggle bottom row

book
Challenge: Inserting Bulk Data

Instead of inserting books one by one, you can make the process faster by adding multiple records in a single INSERT statement. This is particularly useful when populating a large database.

Tarefa
test

Swipe to show code editor

Your task is to insert the given data into the table using a single INSERT statement. Insert of manually writing the values, you can copy the data from the snippet below:

  1. ('The Old Man and the Sea', 'Ernest Hemingway', 'Fiction', 1952, '9780684801223', 'Charles Scribner''s Sons', 127, 'English', TRUE)

  2. ('Frankenstein', 'Mary Shelley', 'Horror', 1818, '9780486282114', 'Lackington, Hughes & Co.', 280, 'English', TRUE)

  3. ('Les Misérables', 'Victor Hugo', 'Historical Fiction', 1862, '9780451419439', 'A. Lacroix, Verboeckhoven', 1488, 'English', TRUE)

  4. ('Brave New World', 'Aldous Huxley', 'Dystopian', 1932, '9780060850524', 'Chatto & Windus', 268, 'English', TRUE)

  5. ('The Adventures of Sherlock Holmes', 'Arthur Conan Doyle', 'Mystery', 1892, '9780141034323', 'George Newnes', 307, 'English', TRUE)

Note

Please insert the data in the given order!

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 4. Capítulo 7
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
We're sorry to hear that something went wrong. What happened?
some-alt