blob: 4fca98bb049e64bcee901d78c17684d06a7c94d9 [file] [log] [blame]
create table supplier (
s_suppkey long /* primary key */,
s_name string,
s_address string,
s_nationkey long,
s_phone string,
s_acctbal double,
s_comment string
)