blob: 7dd96231c94d126141ce7c85ad315d0c97c5171c [file] [log] [blame]
create table nation (
n_nationkey long /* primary key */,
n_name string,
n_regionkey long,
n_comment string
)