Question 17
Which of the following statement(s) is/are true regarding database migrations?
Flask does not provide support for migrations, as of December 2022.
The database migration allows a developer to make schema changes without losing the data
One of the disadvantages of migration is that a developer can only upgrade the database, and it does not allow rollbacks.
The migration is useful when a business wants to move from an on-premise database to a cloud based database.