Select from following answers:- Execute the resulting DDL in a tool such as DDL in SQL Server Management Studio.

- Select the Run Custom Tool item for all project templates.
- Execute the Entity Data Model Wizard.
- All Above
Create Database Wizard does not execute the generated Data Definition Language (DDL). To create the database schema that corresponds to your conceptual model, you must execute the generated DDL independently (for example, execute the DDL in SQL Server Management Studio).
You do not need to select the Run Custom Tool item for all project templates to regenerate code. This will not create the database.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator