All partitions, except the first, have an implicit lower bound specified by the VALUES LESS THAN clause of the previous partition. Each partition has a VALUES LESS THAN clause, that specifies a non-inclusive upper bound for the partitions. Any values of the partitioning key equal to or higher than this literal are added to the next higher partition.