I am reading Troelsen’s book C # 5.0 Programming Language and .NET 4.5 Platform. On page 763 the following is written:

Finally, you need to establish a parent-child relationship between the Customers, Orders, and Inventory tables. In Visual Studio, this is done very simply, because At the design stage, you can insert a new database diagram. To do this, open Server Explorer, right-click on the AutoLot base Database Diagrams node and select the Add New Diagram context menu item.

The problem is that I do not have such a menu item:

enter image description here

How to add a chart?

  • you can use SSMS Express as an option - Ruslan_K
  • This is yes, but wonders how this can be done through the studio. Why I do not have this menu item? Maybe I have something wrong with the settings? - AeroSun

0