What the difference between the b-tree and bitmap index structures
Chapter 6 Syntax Summary
The following table summarizes the syntax you have learned in this chapter. You can use the table
|
|
|||
---|---|---|---|---|
|
CREATE SEQUENCE sequencename | |||
generate a series |
|
|
||
|
[{MINVALUE value | |
---|
NOMINVALUE}] |
---|
[{CYCLE | NOCYCLE}] |
---|
[{ORDER | NOORDER}] |
---|
|
||
---|---|---|
Alter a sequence | ||
|
|
NOMAXVALUE}] |
---|
[{MINVALUE value | |
---|
NOMINVALUE}] |
---|
[{CYCLE | NOCYCLE}] |
---|
[{ORDER | NOORDER}] |
---|
Drop a sequence |
Create a B-tree |
|
|
|
||
Create a bitmap | CREATE BITMAP INDEX indexname |
|
customers_region_idx | ||
|
|
|
function-based | ||
|
||
Create an index |
|
|
organized table | ||
|
||
|
|
|
|
---|---|---|
|
|
RENAME TO |
---|
Drop an index | 207 |
books_profit_idx; | |||
---|---|---|---|
Create a synonym |
|
||
|
|||
Drop a synonym |
|
||
|
|||
Displays objects accessible by the user | |||
|
|
||
Review Questions
|
---|
4. When is an index appropriate for a table?
5. What is the difference between the B-tree and bitmap index structures?
10. What is the purpose of a synonym?
Additional Database Objects