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:
How to add a chart?
