A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/identifiers below:

Website Navigation


Object identifiers | Snowflake Documentation

Object identifiers

An identifier is a string of characters (up to 255 characters in length) used to identify first-class Snowflake “named” objects, including table columns:

Object identifiers, often simply referred to as object names, must be unique within the context of the object type and the “parent” object:

Account:

Identifiers for account objects (users, roles, warehouses, databases, etc.) must be unique across the entire account.

Databases:

Identifiers for schemas must be unique within the database. To enable resolving schemas that have the same identifiers across databases, Snowflake supports fully-qualifying the schema identifiers in the form of:

<database_name>.<schema_name>

Schemas:

Identifiers for schema objects (tables, views, file formats, stages, etc.) must be unique within the schema. To enable resolving objects that have the same identifiers in different databases/schemas, Snowflake supports fully-qualifying the object identifiers in the form of:

<database_name>.<schema_name>.<object_name>

Tables:

Identifiers for columns must be unique within the table.

Note

UDFs and stored procedures are schema objects; however Snowflake supports UDFs/stored procedures with the same identifier within the same schema (also referred to as “overloading”). For more details, see Naming and overloading procedures and UDFs.

Next Topics:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4