Suppose that we are using extendable hashing on a file that contains recordswith the following search-key values:2, 3, 5, 7, 11, 17, 19, 23, 29, 31Show the extendable hash structure for this file if the hash function is h(x) = xmod 8 and buckets can hold three records.