Select o_orderdate, o_custkey from lineitem, orders where l_partkey < 100000 and l_orderkey = o_orderkey order by 1, 2;