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

table-primary-key-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PrimaryKey",
  "type": "object",
  "description": "A primary key is the column or columns that contain values that uniquely identify each row in a table."
}