Index range scan is a common operation for accessing selective data. It can be
bounded (bounded on both sides) or unbounded (on one or both sides). Data is
returned in the ascending order of index columns. Multiple rows with identical values
bounded (bounded on both sides) or unbounded (on one or both sides). Data is
returned in the ascending order of index columns. Multiple rows with identical values
are sorted (in ascending order) by the ROWIDs.
索引范围扫描是一个普通操作对于访问选择数据。它可以是有界限的(两边分界)或
者没有界限(一边或者是两边)。数据访问根据索引列的升序顺序。多行对于相同值的
排序是根据其ROWID的值过行升值排序