SQLite format 3@    VietnamChinaJapan Mexico EnglandItaly France Germany'United States  Products!Categories Customers Countries .1%'%Ernst HandelRoland MendelKirchgasse 6GrazSA+;#Centro comercial MoctezumaFrancisco ChangSierras de Granada 9993Mxico D.F.?11)Berglunds snabbkpChristina BerglundBerguvsvgen 8Lule:3%'Alfreds FutterkisteMaria AndersObere Str. 57Berlin #Accessories)Desktop/Laptop )ATI Video Card,%Cisco Router# Sony Laptop! HP Desktop  md[tableCountriesCountriesCREATE TABLE Countries ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, country_name CHAR(200) )P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)t7tableCustomersCustomersCREATE TABLE Customers ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, company_name CHAR(100), name CHAR(100), address CHAR(200), city CHAR(50), states CHAR(50), country_id INTEGER )!!}tableCategoriesCategoriesCREATE TABLE Categories ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, name CHAR(100), description CHAR(200) ) m6O++UtableSaleOrderDetailSaleOrderDetail CREATE TABLE SaleOrderDetail ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, saleorder_id INT NOT NULL, product_id INTEGER NOT NULL, Quatity INT NOT NULL )F_tableProductsProductsCREATE TABLE Products ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, name CHAR(100), description CHAR(200), price DOUBLE, category_id INTEGER NOT NULL )G]tableSaleOrderSaleOrderCREATE TABLE SaleOrder ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, reference_number INTEGER NOT NULL, customer_id INTEGER NOT NULL, total_cost DOUBLE )