(Choose 1 answer)
Use the EF Core Migrations feature to create the database. Choose the correct information.
A. The Migrations is a set of tools that create and update a database to match the data model.
B. The Update Database of Migration is a set of tools that create and update a database to match the data model.
C. The Migrations is a set of Web API component that create and update a database to match the data model.
D. None of the others.
Q: 44