Remove an Index
Learn how to remove an index.
We'll cover the following...
We can remove an index by using the drop index command, as in the following example:
drop index customers_identity_idx on customers;
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;