🙏 Thank you for your support. Last month we received only $32. That covers servers, but not development, so there will be no new lessons or features this month. If you can, please support next month. Support now →
SQL code copied to buffer
RU PT FR
Task 34:

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.