ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

Create Unregistered Table

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

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 have either a field named OBJECTID of type integer or will contain the same field names and types of the tables provided in the Template Table Name parameter.

Syntax

arcpy.management.CreateUnRegisteredTable(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

Derived Output

NameExplanationData Type
out_table

The output unregistered table.

Table

Code sample

CreateUnRegisteredTable example 1 (Python window)

The following Python window script demonstrates how to use the CreateUnRegisteredTable tool.

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

Environments

  • Current Workspace
  • Output CONFIG Keyword

Licensing information

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

Related topics

  • An overview of the Table toolset

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal