For a table having 4 columns, the number of columns to which hash function is applied when using hash indexes is __________

For a table having 4 columns, the number of columns to which hash function is applied when using hash indexes is __________ Correct Answer 4

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.

Related Questions