17.00 - 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.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.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;