select max(l_shipdate), count(l_partkey) from lineitem where l_orderkey < 1000000;