Hi All,
I am training myself on sql tuning and over the years I have seen ppl creating many indexes, today I am trying to learn various types of indexes and just curious to see physical data in an index but I am not able to do so on toad, I know if I have some index def like:
create index employees_employee_id on employees(employee_id)
my index would have two columns of information : first rowid and employee_ids in sorted order, right ? <- if my understanding is not right could any1 please correct me here.
PS: The major problem is to see physical index data in toad, please help me with it.
Many thanks
Rahul