Update cs_schema.sql
rodzic
9aca73f557
commit
beff9e3283
|
@ -1,20 +1,5 @@
|
||||||
use columnstore_schema;
|
use columnstore_schema;
|
||||||
|
|
||||||
create table airlines (
|
|
||||||
iata_code char(2),
|
|
||||||
airline varchar(30)
|
|
||||||
) engine=columnstore default character set=utf8;
|
|
||||||
|
|
||||||
create table airports (
|
|
||||||
iata_code char(3),
|
|
||||||
airport varchar(80),
|
|
||||||
city varchar(30),
|
|
||||||
state char(2),
|
|
||||||
country varchar(30),
|
|
||||||
latitude float,
|
|
||||||
longitude float
|
|
||||||
) engine=columnstore default character set=utf8;
|
|
||||||
|
|
||||||
create table flights (
|
create table flights (
|
||||||
year smallint,
|
year smallint,
|
||||||
month tinyint,
|
month tinyint,
|
||||||
|
|
Ładowanie…
Reference in New Issue