Pastebin

Paste #1961: cost

< previous paste - next paste>

Pasted by tdn@malbec

Download View as text

CREATE TABLE cost
(
    airline TEXT NOT NULL,
    flightnum INTEGER NULL,
    required_chutes TEXT NULL,
    preferred_chutes TEXT NULL,
    opening_before_std INTEGER NOT NULL,
    closing_before_std INTEGER NOT NULL,
    number_of_chutes INTEGER NOT NULL
);

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.