I have created an index in Oracle SQl-
create index ind_cname on country(capital)
When executed I got a success message.Now I want to see the created Index. Please help in the syntax to show index.
I am new to Oracle .I want a query which shows indexes for the table.
Thanks