Airports - SQL database

Free airport database with contact details. US airports. Download free SQL database.

Airports - SQL database
Airports - SQL database

List of airports as a database in SQL format.
Example table below.

 `biz_id` int(11) NOT NULL auto_increment,
  `biz_name` varchar(255) NOT NULL default '',
  `address` varchar(255) NOT NULL default '',
  `city` varchar(100) NOT NULL default '',
  `state` varchar(100) NOT NULL default '',
  `zip` varchar(20) NOT NULL default '',
  `phone` varchar(20) NOT NULL default '',
  `url` varchar(255) NOT NULL default '',
  `email` varchar(255) NOT NULL default '',
  `description` text NOT NULL,
  `hours` varchar(100) NOT NULL default '',
  `details` text NOT NULL,

An example of one of the table cells.

(33, 'Airinc', '14560 Greeno Road', 'Fairhope', 'AL', '36532', '(251) 928-1281', '', '', '', '', '');

There are 4167 records in the database in total.

Our website is for sale! The domain and website has been running for more than 3 years, but it's time to part with it. There is no price, so I consider any offer. Contact us if you are interested in buying in the feedback form, we will discuss options, price and details for transferring the site. (script, database and everything else for the site to work).