Kizspy | Question: 27
(Choose 3 answers)
Which situations require the use of Database Migrations in EF Core?
(Select multiple correct answers)
A. When you need to create a new table in the database
B. When you need to change the structure of an existing table (e.g., add a new column)
C. When you need to seed initial data
D. When you need to optimize manual SQL queries