12As shown in the following diagram, there are three ways you can work with data in the Entity Framework:Database First, Model First, and Code First.Database FirstIf you already have a database, the Entity Framework can automatically generate a data model that consists ofclasses and properties that correspond to existing database objects such as tables and columns.