17.05 - Example: Adding a Name to a Previously Unnamed Primary Index - Advanced SQL Engine - Teradata Database

Teradata Vantage™ - SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
ncd1596241368722.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
mdr1472255012272

To name the primary index of the orders table defined in Table Definitions for Examples, you could perform the following request:

     ALTER TABLE orders 
     MODIFY PRIMARY INDEX ordpi;