Create Unregistered Table (Data Management)

This ArcGIS 2.8 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Summary

Creates an empty table in a database or enterprise geodatabase. The table is not registered with the geodatabase.

Usage

  • The empty table created by this tool will either have a field named OBJECTID of type integer or contain the same field names and types of any selected input template table.

Parameters

LabelExplanationData Type
Table Location

The enterprise geodatabase or database in which the output table will be created.

Workspace
Table Name

The name of the table to be created.

String
Template Table Name
(Optional)

An existing table or list of tables with fields and attribute schema used to define the fields in the output table.

Table View
Configuration Keyword
(Optional)

Specifies the default storage parameters (configurations) for geodatabases in a relational database management system (RDBMS). This setting is applicable only when using enterprise geodatabase tables.

Configuration keywords are set by the database administrator.

Learn more about configuration keywords

String

Derived Output

LabelExplanationData Type
Output Table

The output unregistered table.

Table

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics