index is a data structure in which the leaf node of the b + tree holds pointers to the actual rows.
what about clustered indexes? what does InnoDB"s clustered index mean by storing B+Tree indexes and data rows in the same structure? Does
mean that the pointer in the leaf node of a nonclustered index points to the rows of data stored in the clustered index