DROP INDEX

Description

DROP INDEX drops the index named index_name from the table table_name.

Syntax

  1. > DROP INDEX index_name ON table_name;

Examples

  1. > DROP INDEX PIndex ON Persons;