blob: dad053bf57c8a7fe4672acdaee4b1421616dbe09 [file] [log] [blame]
create table part (
p_partkey long /* primary key */,
p_name string,
p_mfgr string,
p_brand string,
p_type string,
p_size int,
p_container string,
p_retailprice double,
p_comment string
)