Cara Memilih Indeks di Oracle SQL

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