EPUB | CHM | PDF

Tables

Top Previous Next

Tables are the basic building blocks of a diagram. Every diagram is made up of one or more tables and various objects related to those tables.

Each table consists of a set of columns that contain the information about the type of data stored in the table. Each column must be assigned a name, data type, and length. A table can also have a set of foreign keys, indexes, triggers and partitions. Since columns, indexes, triggers and partitions are defined for a specific table, they are treated as properties of that table in a database diagram.

With Database Designer for MySQL you can:

Create new a table

Modify the table parameters

Modify multiple tables at once

Manage table Columns

Manage table Indexes

Manage table Triggers

Manage table Partitions

See also:
Diagram Objects: Creating a Table | Table Editor | Table Manager | Column Editor | Column Manager | Index Editor | Trigger Editor | Partitions Editor