So wählen Sie einen Index in Oracle SQL aus

SELECT  *
FROM    all_indexes
WHERE   table_name = 'COUNTRY';
Scary Swiftlet