Remove an Index

Learn how to remove an index.

We can remove an index by using the drop index command, as in the following example:

drop index customers_identity_idx on customers;

Parts

...