SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
CREATE TABLE pilot ( pilot_id integer, name varchar, age integer, rank integer, education_level varchar ) CREATE TABLE plane ( plane_id integer, capacity integer, cargo_flg integer ) CREATE TABLE flight ( flight_id integer, flight_dt date, plane_id integer, first_pilot_id integer, second_pilot_id integer, destination varchar, quantity integer )
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear