❤️ Thank you to everyone who supported the project! Last month you donated almost $100 — this keeps the service running free for everyone this month. I hope to count on your support for next month too. Support now →
SQL code copied to buffer
RU PT FR
Task 206:

Data migration

Your task is to perform a two-step data migration:
  1. Add a new column named acquired_at to the machine table. This column should be of the DATE data type.
  2. Update all records in the machine table:
    • Populate the newly created acquired_at column by extracting the date value from the acquired field within the details JSON column.
    • After successful extraction, remove the acquired field from the details JSON column.

Use SQLite syntax to write your answer. Descriptions of tables are provided in the right pane.

Write your request in the field below and click the "Check it!" button.
Get hint
Copy code Clear editor

Hi! Could we please enable some services and cookies to improve your experience and our website?

Privacy & Cookie Policy.