Specify the key columns for the table partitions. The key columns for each partition have the same characteristics as key columns for non-partitioned tables.
Set Null Values allows you to handle null values in tables partitioned by range. Nulls First will place the null values before the first valid value for the datatype. Nulls Last will place the null values after the last valid value for the datatype.