blob: 9df7c387041f00a18ef2de8f758419fc65ef6ae4 [file] [log] [blame]
create table customer (
c_custkey long,
c_name string,
c_nationkey long,
c_phone string,
c_acctbal double,
c_mktsegment string,
c_comment string
)