EF Core API will create which table for the following context? In other words, what would be the table name in the database? public class SchoolContext : DbContext {      public DbSet StudentList { get; set; } }

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter4: Constraints
Section: Chapter Questions
Problem 15MC: Which of the following data dictionary objects should be used to view information about the...
icon
Related questions
Question

EF Core API will create which table for the following context? In other words, what would be the table name in the database?

public class SchoolContext : DbContext {

     public DbSet<Student> StudentList { get; set; }

}

 

Question 8 options:

 

a) 

StudentsList

 

b) 

Student

 

c) 

Students

 

d) 

StudentList

Expert Solution
steps

Step by step

Solved in 6 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr