To name the primary index of the orders table defined in Table Definitions for Examples, you could perform the following request:
ALTER TABLE orders MODIFY PRIMARY INDEX ordpi;
To name the primary index of the orders table defined in Table Definitions for Examples, you could perform the following request:
ALTER TABLE orders MODIFY PRIMARY INDEX ordpi;