Oracle DBA Interview Question and Answers
33. | What is an index? |
---|---|
Index is a database object, which is used to improve query performance. An index creates an entry for each value that appears in the indexed columns. There are following two types of indexes:
|
|
34. | On which columns you should create indexes? |
---|---|
You should create indexes on columns which have high number of distinct values and are expected to be used in the Where condition. | |
35. | What is the difference between range partitioning and hash partitioning? |
---|---|
|
|
36. | Which default database roles are created when you create a database? |
---|---|
Three roles are created by default when you create a database, namely
|
|