Skip to content

Instantly share code, notes, and snippets.

@vvgsrk
Last active June 29, 2020 12:43
Show Gist options
  • Save vvgsrk/d8ccb22ceedf816233e23b2e35c351b3 to your computer and use it in GitHub Desktop.
Save vvgsrk/d8ccb22ceedf816233e23b2e35c351b3 to your computer and use it in GitHub Desktop.
CREATE TABLE db_dev.revenue.od_forecast_booking(
depature_airport VARCHAR,
arrival_airport VARCHAR,
depature_date DATE,
airline_code VARCHAR,
flight_number VARCHAR,
flight_cabin VARCHAR,
booking_class VARCHAR
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment