ArcGIS Server Banner

Creating tables

Creating tables

Release 9.3 E-mail This TopicPrintable VersionGive Us feedback
Tables represent one of the three key dataset types in GIS, along with feature classes and image datasets (referred to more generally as raster datasets in ArcGIS). GIS users employ tables to store descriptive attributes. Tables are also used to store feature classes and raster datasets in each geodatabase.

In ArcGIS, a table has a series of rows and columns used to store descriptive information. Each row has a series of fields with values. The same fields (or columns) appear in each row. Each column has an associated type such as an integer number, a real number with decimal places, a text field, a date field, a shape field, or similar binary field to hold more sophisticated structures such as feature geometry or imagery, an XML field, and so forth.

Many times, users refer to each row in a table as an object, and the fields hold the descriptive properties of each object. In the case of feature classes, the object in each row is a feature, and the shape column holds the feature's geometry (such as a point, line, or polygon). In the case of a nonspatial table (i.e., a typical attribute table), these are sometimes referred to as aspatial or nonspatial objects.

Example use of tables in ArcGIS

ArcGIS users work with tables in many formats and sources including

Many of the tables are organized within and managed as part of the geodatabase. This is the primary mechanism used to manage descriptive information about features and images.

Creating tables in ArcCatalog

Steps

  1. In the ArcCatalog tree, right-click the database in which you want to create a new table, point to New, and Click Table. A wizard for defining a new table will appear.
  2. Adding a new table in ArcCatalog

  3. Type a name for the table. To create an alias for this table, type the alias. Click Next.
  4. NOTE: If your geodatabase is not a file or ArcSDE geodatabase, skip this step.

  5. If you are creating a new table within a file geodatabase, you can choose an optional configuration keyword for setting up your table to manage text fields in various languages.

    Using the DEFAULTS keyword, in most cases, is a reasonable and intelligent choice.

    NOTE: If you want to store Asian characters such as Japanese or Chinese in text fields within your table in a file geodatabase, you may want to choose the TEXT_UTF16 keyword choice for file geodatabases.

    For more information, refer to Configuration keywords for file geodatabases and Configuration keywords for ArcSDE geodatabases.

  6. To add a field to the table, click the next blank row in the Field Name column and type a name.
  7. Click in the Data Type column next to the new field's name, then click its data type.
  8. To create an alias for this field, click the field next to Alias and type the alias for this field.
  9. To prevent nulls from being stored in this field, click the field next to Allow nulls, click the drop-down arrow, then click No.
  10. To associate a default value with this field, click the field next to Default value and type the value.
  11. To associate a domain with this field, click the field next to Domain, click the drop-down arrow to see a list of the domains that apply to this field type, and click the domain.
  12. To set other properties specific to the type of field, either click the property in the drop-down list or type the property.
  13. Repeat steps 8 through 14 until all the table's fields have been defined.
  14. Click Finish.

NOTE:

Creating tables using geoprocessing

Steps

  1. In ArcToolbox, you can find the Create Table tool in the toolbox named Data Management Tools. It is contained in the Tables toolset.
  2. Double-click on the tool to execute it.

  3. Specify the name of the geodatabase in which the new table is to be created or specify the name of the output workspace (file folder) in which a new dBASE table is to be created.
  4. Provide the new table name and an optional table whose fields can be used as a template for the fields in the new table.
  5. Set a configuration keyword if necessary for managing text fields in various languages. If you are creating a new table within a file geodatabase, you can choose an optional configuration keyword for setting up your table. Using "Defaults" in most cases is a reasonable and intelligent choice.
  6. NOTE: If you want to store Asian characters such as Japanese or Chinese in text fields within your table in a file geodatabase, you may want to choose the TEXT_UTF16 keyword choice.

    For more information, refer to Configuration keywords for file geodatabases.