Multiple choice technology databases You may use the CREATE INDEX statement to create an index on (choose all that apply): This is hard to determine One or more scalar typed object attributes of a cluster One or more columns of a table A nested table storage table Reveal answer Fill a bubble to check yourself B,C,D Correct answer Explanation CREATE INDEX in Oracle works on table columns, cluster object attributes, and nested table storage tables. Indexes organize data for faster lookups on these structures.