ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for 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
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Create Unregistered Table

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

Summary

This tool 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

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

  • Current Workspace
  • Output CONFIG Keyword

Licensing information

  • ArcGIS for Desktop Basic: No
  • ArcGIS for Desktop Standard: Yes
  • ArcGIS for Desktop Advanced: Yes

Related topics

  • An overview of the Table toolset

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal