Which two statements are true regarding indexes? (Choose two.)
A.
column can have multiple indexes created on it.
B.
An index can be created on one or more columns.
C.
Index must be created in the same tablespace as the table.
D.
Indexes are implicitly created by the PRIMARY KEY and UNIQUE constrains.
Explanation: