✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яку з наведених команд до бази даних виконує наведений код?
var context = new SchoolContext()
context.Add(new Student(){ Name = "Steve" });
context.SaveChanges();