Indexes

Description

Oracle (Indexes) Note on Indexes, created by souravi sinha on 23/11/2018.
souravi sinha
Note by souravi sinha, updated more than 1 year ago
souravi sinha
Created by souravi sinha over 5 years ago
2
0

Resource summary

Page 1

Index

Indexes on a col actually arranges the data in the col in asc order and store there row's address. Without index, once the query  executed, the control goes to the table but with the indexes on, it goes to the index. Index is 2-dim table- data(ordered form) and rowid(physical address of each rec).      

Types

Simple Index - single col. create index idx_sal on EMP(sal); Composite Index - multiple col Unique Index - unique col only Reverse Index - data(ordered in desc) Function Based Index -  Bit-Map - 

Show full summary Hide full summary

Similar

Fusion HCM Essencials
Essam Sakr
Midterm 2 (Chapter 5 - 13)
Yorria Raine
120-1057-21: Oracle Project Management Cloud 2021 Implementation Essentials - Full
Daniel Cloud
1Z0-062 Oracle Admin Exam
Abdullah Albyati
Select statement
Felipe Farías
Oracle OCI 1Z0-997-21
Jorge Luis Hidalgo Herrera
ARCS_V2
Preston Oakes
Tuning de Banco de Dados Oracle
Diego Melo
Outer Joins
souravi sinha
Oracle Database SQL Language Reference
Jason Shanks
Fusion HCM Essencials
Ahmed Khaled8613