-
For a table having 4 columns, the number of columns to which hash function is applied when using hash indexes is __________.
-
- 4
- 3
- 2
- 1
- None of these
Correct Option: D
In MySQL, for the hash indexes, a hash function is applied to each of the column values. The resulting hash values are stored in the index and used to perform lookups on it.