Check SAI existence
Prerequisites
Verify that a SAI index exists using the DESCRIBE INDEX
command:
DESCRIBE INDEX cycling.rank_idx;
Results
If you prefer to verify the index and table schema in a single command, use the DESCRIBE TABLE
command:
DESCRIBE TABLE cycling.rank_by_year_and_name;
Results
end::dse51[]