table_specification - Teradata Vantage - Analytics Database

SQL Data Definition Language Syntax and Examples

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-22
dita:mapPath
jco1628111346878.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
mdr1472255012272
lifecycle
latest
Product Category
Teradata Vantageā„¢

table on which the secondary index is to be dropped.

The named table cannot be one of the following table types.

  • global temporary function trace
  • journal
  • volatile
TEMPORARY
You are dropping an index on a materialized global temporary table.
You can only specify this keyword when dropping an index on a global temporary table.
If you do not specify TEMPORARY, and table_name identifies a global temporary table, then the request is applied to the base global temporary table.
There must not be any materialized instances of the named table or you cannot drop the index on the base global temporary table.
database_name
The name of the containing database for table_name if different from the current database.
table_name
The table on which index_name is defined.