Snowflake · Schema

PrimaryKey

A primary key is the column or columns that contain values that uniquely identify each row in a table.

Data LakesData SharingData WarehousingDatabaseSQL
View JSON Schema on GitHub

JSON Schema

snowflake-primarykey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PrimaryKey",
  "title": "PrimaryKey",
  "allOf": [
    {
      "$ref": "#/components/schemas/Constraint"
    }
  ],
  "type": "object",
  "description": "A primary key is the column or columns that contain values that uniquely identify each row in a table."
}