GIS ObjectLand. User Manual
previouscontentsnext / Tables and queries / Chapter 23. Table structure

Creating a table

To create a new table it is necessary to select the component “Tables” (or any table) in the navigation window and perform the command Edit+Add, a dialog box “Adding table” will be opened (figure 23-1).

Figure 23-1. Dialog box “Adding table”

Figure 23-1. Dialog box “Adding table”

The dialog box consists of three panes:

For example, the sequence of actions necessary to create the table “List of Building Certificates” with the structure presented in table 23-3 should be the following:

Field name

Type

Indexed

Unique

Not empty

Inventory Number

Integer

True

True

True

Street

String

True

False

True

Building Number

Integer

True

False

True

Number of Storeys

Integer

False

False

True

Total Inhabitants

Integer

False

False

False

Area

Real

False

False

False

Date of Last Repair

Date

True

False

True

Is Municipal?

Boolean

True

False

True

Table 23-3. Description of structure of table “List of Building Certificates”

The button Cancel in the dialog box “Adding table” serves for canceling table creation.

previoustopnext