EPUB | CHM | PDF

Columns

Top Previous Next

In a table data is arranged into columns. A column stores data element, such as a person name, a price, or any similar type of information. When columns are created in a table, they are given a name that identifies their purpose and role, such as PersonName or Price. Usually, you must also specify additional properties, such as data type and how long the longest entry in the column will be, other properties can include the column is the table primary key.

With Database Designer for PostgreSQL you can:

§Edit table columns

§Edit multiple table columns at once

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