CREATE JOIN INDEX SQL Statement | Teradata Vantage - CREATE JOIN INDEX - Advanced SQL Engine - Teradata Database

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
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

Creates a join index for one or multiple tables, optionally with aggregation.

Required Privileges

You must have the following sets of privileges to create a join index:

  • CREATE TABLE on the database in which the join index is to be created.
  • DROP TABLE or INDEX on each of the covered tables or their containing databases.

Privileges Granted Automatically

Owners have implicit privileges on the join index. The following default privileges are granted automatically to the creator of a join index:

  • DROP TABLE
  • DUMP
  • INDEX
  • RESTORE
  • SELECT