Zusammenfassung der Ressource
Frage 1
Frage
These are types of indexes:
Antworten
-
trees
-
networks
-
spatial
-
distributed
-
hash
Frage 2
Frage
When choosing an indexing key:
Antworten
-
the attributes in ORDER BY clause are candidates for the key
-
the attributes in FROM clause are candidates for the key
-
the attributes in HAVING clause are candidates for the key
-
the attributes in GROUP BY clause are candidates for the key
-
the attributes in WHERE clause are candidates for the key
Frage 3
Frage
The partitioning methods offered by Oracle are:
Frage 4
Frage
In Oracle subpartitions can be:
Antworten
-
range
-
hash
-
list
-
index
-
cluster
Frage 5
Frage
When creating range partitions, there must be specified:
Frage 6
Frage
Whatever the partition's type, the following elements must be specified:
Antworten
-
the method
-
the intervals
-
the values
-
the partition columns
-
the number of partitions
Frage 7
Frage
When creating range-hash partitions, there must be specified:
Antworten
-
the partitioning method: hash
-
the partition's column
-
the partition bounds
-
the subpartitioning method: hash
-
the subpartitioning method: range
Frage 8
Frage
When creating has partitions, there must be specified: