Converse agora com nosso suporte
Chat com o suporte

Toad for SQL Server 7.4.1 - Installation Guide

Diagram Relationships

Use the Database Diagram to view a high-level, visual representation of an object and those objects which may be related to it. This helps you easily identify relationships between tables via foreign keys. You can use the Database Diagram to:

  • Understand the impact of changes.

  • Identify join predicates when writing complex queries for reports.

  • Understand the level of normalization of data when de-normalizing for performance or to save space.

  • Understand entity relationships so you can better use the data in applications or reports.

To diagram a relationship

  1. Select Tools | Diagram.

  2. Drag tables, views, or synonyms from the Object Explorer to the Database Diagram window. This method is useful if you want to add objects without setting the relationship types to display or the reference levels.

    Note: You can also right-click an object in the Object or Database Explorer and select Send To | Database Diagram.

  3. Drag a column from one object to a column in a second object where you want to create a relationship.

    Notes:

    • This feature does not add new objects to the diagram if a relationship exists; it only displays relationships between objects already in the diagram.

    • A line between objects indicates an existing relationship.

    • A indicates the referencing table, and a indicates the referenced table.

  4. To analyze a relationship, click the relationship line. See Analyze Joins for more information.
  5. To reduce the number of columns that display in a large table, right-click the table and select Manage Hidden Columns. You can then hide any unnecessary columns to better understand the critical information.

  6. To view the data type, nullable columns, and any comments for a selected object, right-click the object and select Show Column Details.
  7. To view object details for a selected object, press SHIFT+F4, or double-click the object.
  8. To add notes, right-click the Diagram pane, column, or object and select Notes. See Add Notes for more information.

Database Diagram Toolbar

Use the following Database Diagram toolbar buttons to assist you in creating a database diagram.

Toolbar Button Description

Click to reorganize the objects in the diagram to make the relationships more visible.
Click to resize each table in the diagram to show all columns.

Select the depth of relationships you want the Database Diagram tool to use when it includes related objects in the diagram. Set to 0 to display only the selected object (the parent object).

Click to view the object details for the object selected in the diagram (opens in a new pane).

Click to open all tables and views for the current database, plus any referenced objects from other databases.

To limit objects to the current database, select All Tables and Views from Current Database Only from the drop-down list.

Tips:

  • When opening a previously saved Database Diagram file, you can right-click the Diagram pane and select Refresh to get the latest objects from the database, including added/removed columns and data type updates.

    An * in the title of the object indicates that the saved version differs from the database version.

  • You can right-click an object to show or hide dependencies, column details, or individual columns within the object.
  • To specify the type of relationships to display in the diagram and the number of levels of referential tables to include, specify options in Tools | Options | Database | Diagramming.
  • Toad automatically saves a backup copy of any modified diagram file in the Application Data Directory to avoid losing your work. When you restart Toad after an unexpected close, Toad checks the timestamp on the backup file against the original file, and opens the file that has the latest timestamp. The document recovery option is in Tools | Options | Environment | General.

 

 

Documentos relacionados

The document was helpful.

Selecione a classificação

I easily found the information I needed.

Selecione a classificação