Create Unregistered Table (Data Management)

License Level:BasicStandardAdvanced

Summary

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

Usage

Syntax

CreateUnRegisteredTable_management (out_path, out_name, {template}, {config_keyword})
ParameterExplanationData Type
out_path

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

Workspace
out_name

The name of the table to be created.

String
template
[template,...]
(Optional)

A table or list of tables whose fields and attribute schema are used to define the fields in the output table.

Table View
config_keyword
(Optional)

Determines the storage parameters of the table in an enterprise geodatabase.

Learn more about configuration keywords for enterprise geodatabases

String

Code Sample

CreateUnRegisteredTable (Python window)

arcpy.CreateUnRegisteredTable_management(r'Database Connections\Connection to Organization.sde', "New_Table","","")

Environments

Related Topics

Licensing Information

ArcGIS for Desktop Basic: No
ArcGIS for Desktop Standard: Yes
ArcGIS for Desktop Advanced: Yes
5/7/2015