Login   Register  
PHP Classes
elePHPant
Icontem

File: northwind.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tom Schaefer  >  QDataObject  >  northwind.sql  >  Download  
File: northwind.sql
Role: Auxiliary data
Content type: text/plain
Description: Sample Northwind Database for MySQL
Class: QDataObject
Access MySQL query results as objects
Author: By
Last change:
Date: 2008-07-19 07:23
Size: 227,498 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump
-- version 2.11.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Erstellungszeit: 19. Juli 2008 um 16:12
-- Server Version: 5.0.51
-- PHP-Version: 5.2.5

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Datenbank: `northwind`
--

-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `categories`
--

CREATE TABLE IF NOT EXISTS `categories` (
  `CategoryID` int(11) NOT NULL auto_increment,
  `CategoryName` varchar(15) default NULL,
  `Description` text,
  `Picture` varchar(40) default NULL,
  PRIMARY KEY  (`CategoryID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Daten für Tabelle `categories`
--

INSERT INTO `categories` (`CategoryID`, `CategoryName`, `Description`, `Picture`) VALUES
(1, 'Beverages', 'Soft drinks, coffees, teas, beers, and ales', NULL),
(2, 'Condiments', 'Sweet and savory sauces, relishes, spreads, and seasonings', ''),
(3, 'Confections', 'Desserts, candies, and sweet breads', ''),
(4, 'Dairy Products', 'Cheeses', ''),
(5, 'Grains/Cereals', 'Breads, crackers, pasta, and cereal', ''),
(6, 'Meat/Poultry', 'Prepared meats', ''),
(7, 'Produce', 'Dried fruit and bean curd', ''),
(8, 'Seafood', 'Seaweed and fish', '');

-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `customers`
--

CREATE TABLE IF NOT EXISTS `customers` (
  `CustomerID` varchar(5) NOT NULL default '',
  `CompanyName` varchar(40) default NULL,
  `ContactName` varchar(30) default NULL,
  `ContactTitle` varchar(30) default NULL,
  `Address` varchar(60) default NULL,
  `City` varchar(15) default NULL,
  `Region` varchar(15) default NULL,
  `PostalCode` varchar(10) default NULL,
  `Country` varchar(15) default NULL,
  `Phone` varchar(24) default NULL,
  `Fax` varchar(24) default NULL,
  PRIMARY KEY  (`CustomerID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Daten für Tabelle `customers`
--

INSERT INTO `customers` (`CustomerID`, `CompanyName`, `ContactName`, `ContactTitle`, `Address`, `City`, `Region`, `PostalCode`, `Country`, `Phone`, `Fax`) VALUES
('ALFKI', 'Alfreds Futterkiste', 'Maria Anders', 'Sales Representative', 'Obere Str. 57', 'Berlin', '', '12209', 'Germany', '030-0074321', '030-0076545'),
('ANATR', 'Ana Trujillo Emparedados y helados', 'Ana Trujillo', 'Owner', 'Avda. de la Constituci?n 2222', 'M?xico D.F.', '', '05021', 'Mexico', '(5) 555-4729', '(5) 555-3745'),
('ANTON', 'Antonio Moreno Taquer?a', 'Antonio Moreno', 'Owner', 'Mataderos  2312', 'M?xico D.F.', '', '05023', 'Mexico', '(5) 555-3932', ''),
('AROUT', 'Around the Horn', 'Thomas Hardy', 'Sales Representative', '120 Hanover Sq.', 'London', '', 'WA1 1DP', 'United Kingdom', '(171) 555-7788', '(171) 555-6750'),
('BERGS', 'Berglunds snabbk?p', 'Christina Berglund', 'Order Administrator', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden', '0921-12 34 65', '0921-12 34 67'),
('BLAUS', 'Blauer See Delikatessen', 'Hanna Moos', 'Sales Representative', 'Forsterstr. 57', 'Mannheim', '', '68306', 'Germany', '0621-08460', '0621-08924'),
('BLONP', 'Blondel p?re et fils', 'Fr?d?rique Citeaux', 'Marketing Manager', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France', '88.60.15.31', '88.60.15.32'),
('BOLID', 'B?lido Comidas preparadas', 'Mart?n Sommer', 'Owner', 'C/ Araquil, 67', 'Madrid', '', '28023', 'Spain', '(91) 555 22 82', '(91) 555 91 99'),
('BONAP', 'Bon app''', 'Laurence Lebihan', 'Owner', '12, rue des Bouchers', 'Marseille', '', '13008', 'France', '91.24.45.40', '91.24.45.41'),
('BOTTM', 'Bottom-Dollar Markets', 'Elizabeth Lincoln', 'Accounting Manager', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada', '(604) 555-4729', '(604) 555-3745'),
('BSBEV', 'B''s Beverages', 'Victoria Ashworth', 'Sales Representative', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom', '(171) 555-1212', ''),
('CACTU', 'Cactus Comidas para llevar', 'Patricio Simpson', 'Sales Agent', 'Cerrito 333', 'Buenos Aires', '', '1010', 'Argentina', '(1) 135-5555', '(1) 135-4892'),
('CENTC', 'Centro comercial Moctezuma', 'Francisco Chang', 'Marketing Manager', 'Sierras de Granada 9993', 'M?xico D.F.', '', '05022', 'Mexico', '(5) 555-3392', '(5) 555-7293'),
('CHOPS', 'Chop-suey Chinese', 'Yang Wang', 'Owner', 'Hauptstr. 29', 'Bern', '', '3012', 'Switzerland', '0452-076545', ''),
('COMMI', 'Com?rcio Mineiro', 'Pedro Afonso', 'Sales Associate', 'Av. dos Lus?adas, 23', 'S?o Paulo', 'SP', '05432-043', 'Brazil', '(11) 555-7647', ''),
('CONSH', 'Consolidated Holdings', 'Elizabeth Brown', 'Sales Representative', 'Berkeley Gardens\r\n12  Brewery', 'London', '', 'WX1 6LT', 'United Kingdom', '(171) 555-2282', '(171) 555-9199'),
('DRACD', 'Drachenblut Delikatessen', 'Sven Ottlieb', 'Order Administrator', 'Walserweg 21', 'Aachen', '', '52066', 'Germany', '0241-039123', '0241-059428'),
('DUMON', 'Du monde entier', 'Janine Labrune', 'Owner', '67, rue des Cinquante Otages', 'Nantes', '', '44000', 'France', '40.67.88.88', '40.67.89.89'),
('EASTC', 'Eastern Connection', 'Ann Devon', 'Sales Agent', '35 King George', 'London', '', 'WX3 6FW', 'United Kingdom', '(171) 555-0297', '(171) 555-3373'),
('ERNSH', 'Ernst Handel', 'Roland Mendel', 'Sales Manager', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria', '7675-3425', '7675-3426'),
('FAMIA', 'Familia Arquibaldo', 'Aria Cruz', 'Marketing Assistant', 'Rua Or?s, 92', 'S?o Paulo', 'SP', '05442-030', 'Brazil', '(11) 555-9857', ''),
('FISSA', 'FISSA Fabrica Inter. Salchichas S.A.', 'Diego Roel', 'Accounting Manager', 'C/ Moralzarzal, 86', 'Madrid', '', '28034', 'Spain', '(91) 555 94 44', '(91) 555 55 93'),
('FOLIG', 'Folies gourmandes', 'Martine Ranc', 'Assistant Sales Agent', '184, chauss?e de Tournai', 'Lille', '', '59000', 'France', '20.16.10.16', '20.16.10.17'),
('FOLKO', 'Folk och f? HB', 'Maria Larsson', 'Owner', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden', '0695-34 67 21', ''),
('FRANK', 'Frankenversand', 'Peter Franken', 'Marketing Manager', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany', '089-0877310', '089-0877451'),
('FRANR', 'France restauration', 'Carine Schmitt', 'Marketing Manager', '54, rue Royale', 'Nantes', '', '44000', 'France', '40.32.21.21', '40.32.21.20'),
('FRANS', 'Franchi S.p.A.', 'Paolo Accorti', 'Sales Representative', 'Via Monte Bianco 34', 'Torino', '', '10100', 'Italy', '011-4988260', '011-4988261'),
('FURIB', 'Furia Bacalhau e Frutos do Mar', 'Lino Rodriguez', 'Sales Manager', 'Jardim das rosas n. 32', 'Lisboa', '', '1675', 'Portugal', '(1) 354-2534', '(1) 354-2535'),
('GALED', 'Galer?a del gastr?nomo', 'Eduardo Saavedra', 'Marketing Manager', 'Rambla de Catalu?a, 23', 'Barcelona', '', '08022', 'Spain', '(93) 203 4560', '(93) 203 4561'),
('GODOS', 'Godos Cocina T?pica', 'Jos? Pedro Freyre', 'Sales Manager', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain', '(95) 555 82 82', ''),
('GOURL', 'Gourmet Lanchonetes', 'Andr? Fonseca', 'Sales Associate', 'Av. Brasil, 442', 'Campinas', 'SP', '04876-786', 'Brazil', '(11) 555-9482', ''),
('GREAL', 'Great Lakes Food Market', 'Howard Snyder', 'Marketing Manager', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States', '(503) 555-7555', ''),
('GROSR', 'GROSELLA-Restaurante', 'Manuel Pereira', 'Owner', '5? Ave. Los Palos Grandes', 'Caracas', 'DF', '1081', 'Venezuela', '(2) 283-2951', '(2) 283-3397'),
('HANAR', 'Hanari Carnes', 'Mario Pontes', 'Accounting Manager', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil', '(21) 555-0091', '(21) 555-8765'),
('HILAA', 'HILARI?N-Abastos', 'Carlos Hern?ndez', 'Sales Representative', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela', '(5) 555-1340', '(5) 555-1948'),
('HUNGC', 'Hungry Coyote Import Store', 'Yoshi Latimer', 'Sales Representative', 'City Center Plaza\r\n516 Main St.', 'Elgin', 'OR', '97827', 'United States', '(503) 555-6874', '(503) 555-2376'),
('HUNGO', 'Hungry Owl All-Night Grocers', 'Patricia McKenna', 'Sales Associate', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland', '2967 542', '2967 3333'),
('ISLAT', 'Island Trading', 'Helen Bennett', 'Marketing Manager', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom', '(198) 555-8888', ''),
('KOENE', 'K?niglich Essen', 'Philip Cramer', 'Sales Associate', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany', '0555-09876', ''),
('LACOR', 'La corne d''abondance', 'Daniel Tonini', 'Sales Representative', '67, avenue de l''Europe', 'Versailles', '', '78000', 'France', '30.59.84.10', '30.59.85.11'),
('LAMAI', 'La maison d''Asie', 'Annette Roulet', 'Sales Manager', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France', '61.77.61.10', '61.77.61.11'),
('LAUGB', 'Laughing Bacchus Wine Cellars', 'Yoshi Tannamuri', 'Marketing Assistant', '1900 Oak St.', 'Vancouver', 'BC', 'V3F 2K1', 'Canada', '(604) 555-3392', '(604) 555-7293'),
('LAZYK', 'Lazy K Kountry Store', 'John Steel', 'Marketing Manager', '12 Orchestra Terrace', 'Walla Walla', 'WA', '99362', 'United States', '(509) 555-7969', '(509) 555-6221'),
('LEHMS', 'Lehmanns Marktstand', 'Renate Messner', 'Sales Representative', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany', '069-0245984', '069-0245874'),
('LETSS', 'Let''s Stop N Shop', 'Jaime Yorres', 'Owner', '87 Polk St.\r\nSuite 5', 'San Francisco', 'CA', '94117', 'United States', '(415) 555-5938', ''),
('LILAS', 'LILA-Supermercado', 'Carlos Gonz?lez', 'Accounting Manager', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela', '(9) 331-6954', '(9) 331-7256'),
('LINOD', 'LINO-Delicateses', 'Felipe Izquierdo', 'Owner', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela', '(8) 34-56-12', '(8) 34-93-93'),
('LONEP', 'Lonesome Pine Restaurant', 'Fran Wilson', 'Sales Manager', '89 Chiaroscuro Rd.', 'Portland', 'OR', '97219', 'United States', '(503) 555-9573', '(503) 555-9646'),
('MAGAA', 'Magazzini Alimentari Riuniti', 'Giovanni Rovelli', 'Marketing Manager', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy', '035-640230', '035-640231'),
('MAISD', 'Maison Dewey', 'Catherine Dewey', 'Sales Agent', 'Rue Joseph-Bens 532', 'Bruxelles', '', 'B-1180', 'Belgium', '(02) 201 24 67', '(02) 201 24 68'),
('MEREP', 'M?re Paillarde', 'Jean Fresni?re', 'Marketing Assistant', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada', '(514) 555-8054', '(514) 555-8055'),
('MORGK', 'Morgenstern Gesundkost', 'Alexander Feuer', 'Marketing Assistant', 'Heerstr. 22', 'Leipzig', '', '04179', 'Germany', '0342-023176', ''),
('NORTS', 'North/South', 'Simon Crowther', 'Sales Associate', 'South House\r\n300 Queensbridge', 'London', '', 'SW7 1RZ', 'United Kingdom', '(171) 555-7733', '(171) 555-2530'),
('OCEAN', 'Oc?ano Atl?ntico Ltda.', 'Yvonne Moncada', 'Sales Agent', 'Ing. Gustavo Moncada 8585\r\nPiso 20-A', 'Buenos Aires', '', '1010', 'Argentina', '(1) 135-5333', '(1) 135-5535'),
('OLDWO', 'Old World Delicatessen', 'Rene Phillips', 'Sales Representative', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States', '(907) 555-7584', '(907) 555-2880'),
('OTTIK', 'Ottilies K?seladen', 'Henriette Pfalzheim', 'Owner', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany', '0221-0644327', '0221-0765721'),
('PARIS', 'Paris sp?cialit', 'Marie Bertrand', 'Owner', '265, boulevard Charonne', 'Paris', '', '75012', 'France', '(1) 42.34.22.66', '(1) 42.34.22.77'),
('PERIC', 'Pericles Comidas cl?sicas', 'Guillermo Fern?ndez', 'Sales Representative', 'Calle Dr. Jorge Cash 321', 'M?xico D.F.', '', '05033', 'Mexico', '(5) 552-3745', '(5) 545-3745'),
('PICCO', 'Piccolo und mehr', 'Georg Pipps', 'Sales Manager', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria', '6562-9722', '6562-9723'),
('PRINI', 'Princesa Isabel Vinhos', 'Isabel de Castro', 'Sales Representative', 'Estrada da sa?de n. 58', 'Lisboa', '', '1756', 'Portugal', '(1) 356-5634', ''),
('QUEDE', 'Que Del?cia', 'Bernardo Batista', 'Accounting Manager', 'Rua da Panificadora, 12', 'Rio de Janeiro', 'RJ', '02389-673', 'Brazil', '(21) 555-4252', '(21) 555-4545'),
('QUEEN', 'Queen Cozinha', 'L?cia Carvalho', 'Marketing Assistant', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil', '(11) 555-1189', ''),
('QUICK', 'QUICK-Stop', 'Horst Kloss', 'Accounting Manager', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany', '0372-035188', ''),
('RANCH', 'Rancho grande', 'Sergio Guti?rrez', 'Sales Representative', 'Av. del Libertador 900', 'Buenos Aires', '', '1010', 'Argentina', '(1) 123-5555', '(1) 123-5556'),
('RATTC', 'Rattlesnake Canyon Grocery', 'Paula Wilson', 'Assistant Sales Representative', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States', '(505) 555-5939', '(505) 555-3620'),
('REGGC', 'Reggiani Caseifici', 'Maurizio Moroni', 'Sales Associate', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy', '0522-556721', '0522-556722'),
('RICAR', 'Ricardo Adocicados', 'Janete Limeira', 'Assistant Sales Agent', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil', '(21) 555-3412', ''),
('RICSU', 'Richter Supermarkt', 'Michael Holz', 'Sales Manager', 'Grenzacherweg 237', 'Gen?ve', '', '1203', 'Switzerland', '0897-034214', ''),
('ROMEY', 'Romero y tomillo', 'Alejandra Camino', 'Accounting Manager', 'Gran V?a, 1', 'Madrid', '', '28001', 'Spain', '(91) 745 6200', '(91) 745 6210'),
('SANTG', 'Sant? Gourmet', 'Jonas Bergulfsen', 'Owner', 'Erling Skakkes gate 78', 'Stavern', '', '4110', 'Norway', '07-98 92 35', '07-98 92 47'),
('SAVEA', 'Save-a-lot Markets', 'Jose Pavarotti', 'Sales Representative', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States', '(208) 555-8097', ''),
('SEVES', 'Seven Seas Imports', 'Hari Kumar', 'Sales Manager', '90 Wadhurst Rd.', 'London', '', 'OX15 4NB', 'United Kingdom', '(171) 555-1717', '(171) 555-5646'),
('SIMOB', 'Simons bistro', 'Jytte Petersen', 'Owner', 'Vinb?ltet 34', 'K?benhavn', '', '1734', 'Denmark', '31 12 34 56', '31 13 35 57'),
('SPECD', 'Sp?cialit?s du monde', 'Dominique Perrier', 'Marketing Manager', '25, rue Lauriston', 'Paris', '', '75016', 'France', '(1) 47.55.60.10', '(1) 47.55.60.20'),
('SPLIR', 'Split Rail Beer & Ale', 'Art Braunschweiger', 'Sales Manager', 'P.O. Box 555', 'Lander', 'WY', '82520', 'United States', '(307) 555-4680', '(307) 555-6525'),
('SUPRD', 'Supr?mes d?lices', 'Pascale Cartrain', 'Accounting Manager', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium', '(071) 23 67 22 20', '(071) 23 67 22 21'),
('THEBI', 'The Big Cheese', 'Liz Nixon', 'Marketing Manager', '89 Jefferson Way\r\nSuite 2', 'Portland', 'OR', '97201', 'United States', '(503) 555-3612', ''),
('THECR', 'The Cracker Box', 'Liu Wong', 'Marketing Assistant', '55 Grizzly Peak Rd.', 'Butte', 'MT', '59801', 'United States', '(406) 555-5834', '(406) 555-8083'),
('TOMSP', 'Toms Spezialit?ten', 'Karin Josephs', 'Marketing Manager', 'Luisenstr. 48', 'M?nster', '', '44087', 'Germany', '0251-031259', '0251-035695'),
('TORTU', 'Tortuga Restaurante', 'Miguel Angel Paolino', 'Owner', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico', '(5) 555-2933', ''),
('TRADH', 'Tradi??o Hipermercados', 'Anabela Domingues', 'Sales Representative', 'Av. In?s de Castro, 414', 'S?o Paulo', 'SP', '05634-030', 'Brazil', '(11) 555-2167', '(11) 555-2168'),
('TRAIH', 'Trail''s Head Gourmet Provisioners', 'Helvetius Nagy', 'Sales Associate', '722 DaVinci Blvd.', 'Kirkland', 'WA', '98034', 'United States', '(206) 555-8257', '(206) 555-2174'),
('VAFFE', 'Vaffeljernet', 'Palle Ibsen', 'Sales Manager', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark', '86 21 32 43', '86 22 33 44'),
('VICTE', 'Victuailles en stock', 'Mary Saveley', 'Sales Agent', '2, rue du Commerce', 'Lyon', '', '69004', 'France', '78.32.54.86', '78.32.54.87'),
('VINET', 'Vins et alcools Chevalier', 'Paul Henriot', 'Accounting Manager', '59 rue de l''Abbaye', 'Reims', '', '51100', 'France', '26.47.15.10', '26.47.15.11'),
('WANDK', 'Die Wandernde Kuh', 'Rita M?ller', 'Sales Representative', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany', '0711-020361', '0711-035428'),
('WARTH', 'Wartian Herkku', 'Pirkko Koskitalo', 'Accounting Manager', 'Torikatu 38', 'Oulu', '', '90110', 'Finland', '981-443655', '981-443655'),
('WELLI', 'Wellington Importadora', 'Paula Parente', 'Sales Manager', 'Rua do Mercado, 12', 'Resende', 'SP', '08737-363', 'Brazil', '(14) 555-8122', ''),
('WHITC', 'White Clover Markets', 'Karl Jablonski', 'Owner', '305 - 14th Ave. S.\r\nSuite 3B', 'Seattle', 'WA', '98128', 'United States', '(206) 555-4112', '(206) 555-4115'),
('WILMK', 'Wilman Kala', 'Matti Karttunen', 'Owner/Marketing Assistant', 'Keskuskatu 45', 'Helsinki', '', '21240', 'Finland', '90-224 8858', '90-224 8858'),
('WOLZA', 'Wolski  Zajazd', 'Zbyszek Piestrzeniewicz', 'Owner', 'ul. Filtrowa 68', 'Warszawa', '', '01-012', 'Poland', '(26) 642-7012', '(26) 642-7012');

-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `employees`
--

CREATE TABLE IF NOT EXISTS `employees` (
  `EmployeeID` int(11) NOT NULL auto_increment,
  `LastName` varchar(20) default NULL,
  `FirstName` varchar(10) default NULL,
  `Title` varchar(30) default NULL,
  `TitleOfCourtesy` varchar(25) default NULL,
  `BirthDate` date default NULL,
  `HireDate` date default NULL,
  `Address` varchar(60) default NULL,
  `City` varchar(15) default NULL,
  `Region` varchar(15) default NULL,
  `PostalCode` varchar(10) default NULL,
  `Country` varchar(15) default NULL,
  `HomePhone` varchar(24) default NULL,
  `Extension` varchar(4) default NULL,
  `Photo` varchar(40) default NULL,
  `Notes` text,
  `ReportsTo` int(11) default NULL,
  PRIMARY KEY  (`EmployeeID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

--
-- Daten für Tabelle `employees`
--

INSERT INTO `employees` (`EmployeeID`, `LastName`, `FirstName`, `Title`, `TitleOfCourtesy`, `BirthDate`, `HireDate`, `Address`, `City`, `Region`, `PostalCode`, `Country`, `HomePhone`, `Extension`, `Photo`, `Notes`, `ReportsTo`) VALUES
(1, 'Davolio', 'Nancy', 'Sales Representative', 'Ms.', '1968-12-08', '1992-05-01', '507 - 20th Ave. E.\r\nApt. 2A', 'Seattle', 'WA', '98122', 'United States', '(206) 555-9857', '5467', '', 'Education includes a BA in psychology from Colorado State University.  She also completed "The Art of the Cold Call."  Nancy is a member of Toastmasters International.', 2),
(2, 'Fuller', 'Andrew', 'Vice President, Sales', 'Dr.', '1952-02-19', '1992-08-14', '908 W. Capital Way', 'Tacoma', 'WA', '98401', 'United States', '(206) 555-9482', '3457', '', 'Andrew received his BTS commercial and a Ph.D. in international marketing from the University of Dallas.  He is fluent in French and Italian and reads German.  He joined the company as a sales representative, was promoted to sales manager and was then named vice president of sales.  Andrew is a member of the Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', 0),
(3, 'Leverling', 'Janet', 'Sales Representative', 'Ms.', '1963-08-30', '1992-04-01', '722 Moss Bay Blvd.', 'Kirkland', 'WA', '98033', 'United States', '(206) 555-3412', '3355', '', 'Janet has a BS degree in chemistry from Boston College).  She has also completed a certificate program in food retailing management.  Janet was hired as a sales associate and was promoted to sales representative.', 2),
(4, 'Peacock', 'Margaret', 'Sales Representative', 'Mrs.', '1958-09-19', '1993-05-03', '4110 Old Redmond Rd.', 'Redmond', 'WA', '98052', 'United States', '(206) 555-8122', '5176', '', 'Margaret holds a BA in English literature from Concordia College and an MA from the American Institute of Culinary Arts. She was temporarily assigned to the London office before returning to her permanent post in Seattle.', 2),
(5, 'Buchanan', 'Steven', 'Sales Manager', 'Mr.', '1955-03-04', '1993-10-17', '14 Garrett Hill', 'London', '', 'SW1 8JR', 'United Kingdom', '(71) 555-4848', '3453', '', 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree.  Upon joining the company as a sales representative, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent post in London, where he was promoted to sales manager.  Mr. Buchanan has completed the courses "Successful Telemarketing" and "International Sales Management."  He is fluent in French.', 2),
(6, 'Suyama', 'Michael', 'Sales Representative', 'Mr.', '1963-07-02', '1993-10-17', 'Coventry House\r\nMiner Rd.', 'London', '', 'EC2 7JR', 'United Kingdom', '(71) 555-7773', '428', '', 'Michael is a graduate of Sussex University (MA, economics) and the University of California at Los Angeles (MBA, marketing).  He has also taken the courses "Multi-Cultural Selling" and "Time Management for the Sales Professional."  He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', 5),
(7, 'King', 'Robert', 'Sales Representative', 'Mr.', '1960-05-29', '1994-01-02', 'Edgeham Hollow\r\nWinchester Way', 'London', '', 'RG1 9SP', 'United Kingdom', '(71) 555-5598', '465', '', 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the University of Michigan and then joining the company.  After completing a course entitled "Selling in Europe," he was transferred to the London office.', 5),
(8, 'Callahan', 'Laura', 'Inside Sales Coordinator', 'Ms.', '1958-01-09', '1994-03-05', '4726 - 11th Ave. N.E.', 'Seattle', 'WA', '98105', 'United States', '(206) 555-1189', '2344', '', 'Laura received a BA in psychology from the University of Washington.  She has also completed a course in business French.  She reads and writes French.', 2),
(9, 'Dodsworth', 'Anne', 'Sales Representative', 'Ms.', '1969-07-02', '1994-11-15', '7 Houndstooth Rd.', 'London', '', 'WG2 7LT', 'United Kingdom', '(71) 555-4444', '452', '', 'Anne has a BA degree in English from St. Lawrence College.  She is fluent in French and German.', 5);

-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `orders`
--

CREATE TABLE IF NOT EXISTS `orders` (
  `OrderID` int(11) NOT NULL auto_increment,
  `CustomerID` varchar(5) default NULL,
  `EmployeeID` int(11) default NULL,
  `OrderDate` date default NULL,
  `RequiredDate` date default NULL,
  `ShippedDate` date default NULL,
  `ShipVia` int(11) default NULL,
  `Freight` float(1,0) default '0',
  `ShipName` varchar(40) default NULL,
  `ShipAddress` varchar(60) default NULL,
  `ShipCity` varchar(15) default NULL,
  `ShipRegion` varchar(15) default NULL,
  `ShipPostalCode` varchar(10) default NULL,
  `ShipCountry` varchar(15) default NULL,
  PRIMARY KEY  (`OrderID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11078 ;

--
-- Daten für Tabelle `orders`
--

INSERT INTO `orders` (`OrderID`, `CustomerID`, `EmployeeID`, `OrderDate`, `RequiredDate`, `ShippedDate`, `ShipVia`, `Freight`, `ShipName`, `ShipAddress`, `ShipCity`, `ShipRegion`, `ShipPostalCode`, `ShipCountry`) VALUES
(10248, 'VINET', 5, '1996-07-04', '1996-08-01', '1996-07-16', 3, 0, 'Vins et alcools Chevalier', '59 rue de l''Abbaye', 'Reims', '', '51100', 'France'),
(10249, 'TOMSP', 6, '1996-07-05', '1996-08-16', '1996-07-10', 1, 0, 'Toms Spezialit?ten', 'Luisenstr. 48', 'M?nster', '', '44087', 'Germany'),
(10250, 'HANAR', 4, '1996-07-08', '1996-08-05', '1996-07-12', 2, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10251, 'VICTE', 3, '1996-07-08', '1996-08-05', '1996-07-15', 1, 0, 'Victuailles en stock', '2, rue du Commerce', 'Lyon', '', '69004', 'France'),
(10252, 'SUPRD', 4, '1996-07-09', '1996-08-06', '1996-07-11', 2, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(10253, 'HANAR', 3, '1996-07-10', '1996-07-24', '1996-07-16', 2, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10254, 'CHOPS', 5, '1996-07-11', '1996-08-08', '1996-07-23', 2, 0, 'Chop-suey Chinese', 'Hauptstr. 31', 'Bern', '', '3012', 'Switzerland'),
(10255, 'RICSU', 9, '1996-07-12', '1996-08-09', '1996-07-15', 3, 0, 'Richter Supermarkt', 'Starenweg 5', 'Gen?ve', '', '1204', 'Switzerland'),
(10256, 'WELLI', 3, '1996-07-15', '1996-08-12', '1996-07-17', 2, 0, 'Wellington Importadora', 'Rua do Mercado, 12', 'Resende', 'SP', '08737-363', 'Brazil'),
(10257, 'HILAA', 4, '1996-07-16', '1996-08-13', '1996-07-22', 3, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10258, 'ERNSH', 1, '1996-07-17', '1996-08-14', '1996-07-23', 1, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10259, 'CENTC', 4, '1996-07-18', '1996-08-15', '1996-07-25', 3, 0, 'Centro comercial Moctezuma', 'Sierras de Granada 9993', 'M?xico D.F.', '', '05022', 'Mexico'),
(10260, 'OTTIK', 4, '1996-07-19', '1996-08-16', '1996-07-29', 1, 0, 'Ottilies K?seladen', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany'),
(10261, 'QUEDE', 4, '1996-07-19', '1996-08-16', '1996-07-30', 2, 0, 'Que Del?cia', 'Rua da Panificadora, 12', 'Rio de Janeiro', 'RJ', '02389-673', 'Brazil'),
(10262, 'RATTC', 8, '1996-07-22', '1996-08-19', '1996-07-25', 3, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10263, 'ERNSH', 9, '1996-07-23', '1996-08-20', '1996-07-31', 3, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10264, 'FOLKO', 6, '1996-07-24', '1996-08-21', '1996-08-23', 3, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10265, 'BLONP', 2, '1996-07-25', '1996-08-22', '1996-08-12', 1, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10266, 'WARTH', 3, '1996-07-26', '1996-09-06', '1996-07-31', 3, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10267, 'FRANK', 4, '1996-07-29', '1996-08-26', '1996-08-06', 1, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10268, 'GROSR', 8, '1996-07-30', '1996-08-27', '1996-08-02', 3, 0, 'GROSELLA-Restaurante', '5? Ave. Los Palos Grandes', 'Caracas', 'DF', '1081', 'Venezuela'),
(10269, 'WHITC', 5, '1996-07-31', '1996-08-14', '1996-08-09', 1, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10270, 'WARTH', 1, '1996-08-01', '1996-08-29', '1996-08-02', 1, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10271, 'SPLIR', 6, '1996-08-01', '1996-08-29', '1996-08-30', 2, 0, 'Split Rail Beer & Ale', 'P.O. Box 555', 'Lander', 'WY', '82520', 'United States'),
(10272, 'RATTC', 6, '1996-08-02', '1996-08-30', '1996-08-06', 2, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10273, 'QUICK', 3, '1996-08-05', '1996-09-02', '1996-08-12', 3, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10274, 'VINET', 6, '1996-08-06', '1996-09-03', '1996-08-16', 1, 0, 'Vins et alcools Chevalier', '59 rue de l''Abbaye', 'Reims', '', '51100', 'France'),
(10275, 'MAGAA', 1, '1996-08-07', '1996-09-04', '1996-08-09', 1, 0, 'Magazzini Alimentari Riuniti', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy'),
(10276, 'TORTU', 8, '1996-08-08', '1996-08-22', '1996-08-14', 3, 0, 'Tortuga Restaurante', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico'),
(10277, 'MORGK', 2, '1996-08-09', '1996-09-06', '1996-08-13', 3, 0, 'Morgenstern Gesundkost', 'Heerstr. 22', 'Leipzig', '', '04179', 'Germany'),
(10278, 'BERGS', 8, '1996-08-12', '1996-09-09', '1996-08-16', 2, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10279, 'LEHMS', 8, '1996-08-13', '1996-09-10', '1996-08-16', 2, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10280, 'BERGS', 2, '1996-08-14', '1996-09-11', '1996-09-12', 1, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10281, 'ROMEY', 4, '1996-08-14', '1996-08-28', '1996-08-21', 1, 0, 'Romero y tomillo', 'Gran V?a, 1', 'Madrid', '', '28001', 'Spain'),
(10282, 'ROMEY', 4, '1996-08-15', '1996-09-12', '1996-08-21', 1, 0, 'Romero y tomillo', 'Gran V?a, 1', 'Madrid', '', '28001', 'Spain'),
(10283, 'LILAS', 3, '1996-08-16', '1996-09-13', '1996-08-23', 3, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10284, 'LEHMS', 4, '1996-08-19', '1996-09-16', '1996-08-27', 1, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10285, 'QUICK', 1, '1996-08-20', '1996-09-17', '1996-08-26', 2, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10286, 'QUICK', 8, '1996-08-21', '1996-09-18', '1996-08-30', 3, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10287, 'RICAR', 8, '1996-08-22', '1996-09-19', '1996-08-28', 3, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(10288, 'REGGC', 4, '1996-08-23', '1996-09-20', '1996-09-03', 1, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(10289, 'BSBEV', 7, '1996-08-26', '1996-09-23', '1996-08-28', 3, 0, 'B''s Beverages', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom'),
(10290, 'COMMI', 8, '1996-08-27', '1996-09-24', '1996-09-03', 1, 0, 'Com?rcio Mineiro', 'Av. dos Lus?adas, 23', 'S?o Paulo', 'SP', '05432-043', 'Brazil'),
(10291, 'QUEDE', 6, '1996-08-27', '1996-09-24', '1996-09-04', 2, 0, 'Que Del?cia', 'Rua da Panificadora, 12', 'Rio de Janeiro', 'RJ', '02389-673', 'Brazil'),
(10292, 'TRADH', 1, '1996-08-28', '1996-09-25', '1996-09-02', 2, 0, 'Tradi??o Hipermercados', 'Av. In?s de Castro, 414', 'S?o Paulo', 'SP', '05634-030', 'Brazil'),
(10293, 'TORTU', 1, '1996-08-29', '1996-09-26', '1996-09-11', 3, 0, 'Tortuga Restaurante', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico'),
(10294, 'RATTC', 4, '1996-08-30', '1996-09-27', '1996-09-05', 2, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10295, 'VINET', 2, '1996-09-02', '1996-09-30', '1996-09-10', 2, 0, 'Vins et alcools Chevalier', '59 rue de l''Abbaye', 'Reims', '', '51100', 'France'),
(10296, 'LILAS', 6, '1996-09-03', '1996-10-01', '1996-09-11', 1, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10297, 'BLONP', 5, '1996-09-04', '1996-10-16', '1996-09-10', 2, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10298, 'HUNGO', 6, '1996-09-05', '1996-10-03', '1996-09-11', 2, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10299, 'RICAR', 4, '1996-09-06', '1996-10-04', '1996-09-13', 2, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(10300, 'MAGAA', 2, '1996-09-09', '1996-10-07', '1996-09-18', 2, 0, 'Magazzini Alimentari Riuniti', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy'),
(10301, 'WANDK', 8, '1996-09-09', '1996-10-07', '1996-09-17', 2, 0, 'Die Wandernde Kuh', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany'),
(10302, 'SUPRD', 4, '1996-09-10', '1996-10-08', '1996-10-09', 2, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(10303, 'GODOS', 7, '1996-09-11', '1996-10-09', '1996-09-18', 2, 0, 'Godos Cocina T?pica', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain'),
(10304, 'TORTU', 1, '1996-09-12', '1996-10-10', '1996-09-17', 2, 0, 'Tortuga Restaurante', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico'),
(10305, 'OLDWO', 8, '1996-09-13', '1996-10-11', '1996-10-09', 3, 0, 'Old World Delicatessen', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States'),
(10306, 'ROMEY', 1, '1996-09-16', '1996-10-14', '1996-09-23', 3, 0, 'Romero y tomillo', 'Gran V?a, 1', 'Madrid', '', '28001', 'Spain'),
(10307, 'LONEP', 2, '1996-09-17', '1996-10-15', '1996-09-25', 2, 0, 'Lonesome Pine Restaurant', '89 Chiaroscuro Rd.', 'Portland', 'OR', '97219', 'United States'),
(10308, 'ANATR', 7, '1996-09-18', '1996-10-16', '1996-09-24', 3, 0, 'Ana Trujillo Emparedados y helados', 'Avda. de la Constituci?n 2222', 'M?xico D.F.', '', '05021', 'Mexico'),
(10309, 'HUNGO', 3, '1996-09-19', '1996-10-17', '1996-10-23', 1, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10310, 'THEBI', 8, '1996-09-20', '1996-10-18', '1996-09-27', 2, 0, 'The Big Cheese', '89 Jefferson Way\r\nSuite 2', 'Portland', 'OR', '97201', 'United States'),
(10311, 'DUMON', 1, '1996-09-20', '1996-10-04', '1996-09-26', 3, 0, 'Du monde entier', '67, rue des Cinquante Otages', 'Nantes', '', '44000', 'France'),
(10312, 'WANDK', 2, '1996-09-23', '1996-10-21', '1996-10-03', 2, 0, 'Die Wandernde Kuh', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany'),
(10313, 'QUICK', 2, '1996-09-24', '1996-10-22', '1996-10-04', 2, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10314, 'RATTC', 1, '1996-09-25', '1996-10-23', '1996-10-04', 2, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10315, 'ISLAT', 4, '1996-09-26', '1996-10-24', '1996-10-03', 2, 0, 'Island Trading', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom'),
(10316, 'RATTC', 1, '1996-09-27', '1996-10-25', '1996-10-08', 3, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10317, 'LONEP', 6, '1996-09-30', '1996-10-28', '1996-10-10', 1, 0, 'Lonesome Pine Restaurant', '89 Chiaroscuro Rd.', 'Portland', 'OR', '97219', 'United States'),
(10318, 'ISLAT', 8, '1996-10-01', '1996-10-29', '1996-10-04', 2, 0, 'Island Trading', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom'),
(10319, 'TORTU', 7, '1996-10-02', '1996-10-30', '1996-10-11', 3, 0, 'Tortuga Restaurante', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico'),
(10320, 'WARTH', 5, '1996-10-03', '1996-10-17', '1996-10-18', 3, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10321, 'ISLAT', 3, '1996-10-03', '1996-10-31', '1996-10-11', 2, 0, 'Island Trading', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom'),
(10322, 'PERIC', 7, '1996-10-04', '1996-11-01', '1996-10-23', 3, 0, 'Pericles Comidas cl?sicas', 'Calle Dr. Jorge Cash 321', 'M?xico D.F.', '', '05033', 'Mexico'),
(10323, 'KOENE', 4, '1996-10-07', '1996-11-04', '1996-10-14', 1, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10324, 'SAVEA', 9, '1996-10-08', '1996-11-05', '1996-10-10', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10325, 'KOENE', 1, '1996-10-09', '1996-10-23', '1996-10-14', 3, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10326, 'BOLID', 4, '1996-10-10', '1996-11-07', '1996-10-14', 2, 0, 'B?lido Comidas preparadas', 'C/ Araquil, 67', 'Madrid', '', '28023', 'Spain'),
(10327, 'FOLKO', 2, '1996-10-11', '1996-11-08', '1996-10-14', 1, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10328, 'FURIB', 4, '1996-10-14', '1996-11-11', '1996-10-17', 3, 0, 'Furia Bacalhau e Frutos do Mar', 'Jardim das rosas n. 32', 'Lisboa', '', '1675', 'Portugal'),
(10329, 'SPLIR', 4, '1996-10-15', '1996-11-26', '1996-10-23', 2, 0, 'Split Rail Beer & Ale', 'P.O. Box 555', 'Lander', 'WY', '82520', 'United States'),
(10330, 'LILAS', 3, '1996-10-16', '1996-11-13', '1996-10-28', 1, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10331, 'BONAP', 9, '1996-10-16', '1996-11-27', '1996-10-21', 1, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10332, 'MEREP', 3, '1996-10-17', '1996-11-28', '1996-10-21', 2, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10333, 'WARTH', 5, '1996-10-18', '1996-11-15', '1996-10-25', 3, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10334, 'VICTE', 8, '1996-10-21', '1996-11-18', '1996-10-28', 2, 0, 'Victuailles en stock', '2, rue du Commerce', 'Lyon', '', '69004', 'France'),
(10335, 'HUNGO', 7, '1996-10-22', '1996-11-19', '1996-10-24', 2, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10336, 'PRINI', 7, '1996-10-23', '1996-11-20', '1996-10-25', 2, 0, 'Princesa Isabel Vinhos', 'Estrada da sa?de n. 58', 'Lisboa', '', '1756', 'Portugal'),
(10337, 'FRANK', 4, '1996-10-24', '1996-11-21', '1996-10-29', 3, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10338, 'OLDWO', 4, '1996-10-25', '1996-11-22', '1996-10-29', 3, 0, 'Old World Delicatessen', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States'),
(10339, 'MEREP', 2, '1996-10-28', '1996-11-25', '1996-11-04', 2, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10340, 'BONAP', 1, '1996-10-29', '1996-11-26', '1996-11-08', 3, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10341, 'SIMOB', 7, '1996-10-29', '1996-11-26', '1996-11-05', 3, 0, 'Simons bistro', 'Vinb?ltet 34', 'K?benhavn', '', '1734', 'Denmark'),
(10342, 'FRANK', 4, '1996-10-30', '1996-11-13', '1996-11-04', 2, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10343, 'LEHMS', 4, '1996-10-31', '1996-11-28', '1996-11-06', 1, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10344, 'WHITC', 4, '1996-11-01', '1996-11-29', '1996-11-05', 2, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10345, 'QUICK', 2, '1996-11-04', '1996-12-02', '1996-11-11', 2, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10346, 'RATTC', 3, '1996-11-05', '1996-12-17', '1996-11-08', 3, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10347, 'FAMIA', 4, '1996-11-06', '1996-12-04', '1996-11-08', 3, 0, 'Familia Arquibaldo', 'Rua Or?s, 92', 'S?o Paulo', 'SP', '05442-030', 'Brazil'),
(10348, 'WANDK', 4, '1996-11-07', '1996-12-05', '1996-11-15', 2, 0, 'Die Wandernde Kuh', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany'),
(10349, 'SPLIR', 7, '1996-11-08', '1996-12-06', '1996-11-15', 1, 0, 'Split Rail Beer & Ale', 'P.O. Box 555', 'Lander', 'WY', '82520', 'United States'),
(10350, 'LAMAI', 6, '1996-11-11', '1996-12-09', '1996-12-03', 2, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10351, 'ERNSH', 1, '1996-11-11', '1996-12-09', '1996-11-20', 1, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10352, 'FURIB', 3, '1996-11-12', '1996-11-26', '1996-11-18', 3, 0, 'Furia Bacalhau e Frutos do Mar', 'Jardim das rosas n. 32', 'Lisboa', '', '1675', 'Portugal'),
(10353, 'PICCO', 7, '1996-11-13', '1996-12-11', '1996-11-25', 3, 0, 'Piccolo und mehr', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria'),
(10354, 'PERIC', 8, '1996-11-14', '1996-12-12', '1996-11-20', 3, 0, 'Pericles Comidas cl?sicas', 'Calle Dr. Jorge Cash 321', 'M?xico D.F.', '', '05033', 'Mexico'),
(10355, 'AROUT', 6, '1996-11-15', '1996-12-13', '1996-11-20', 1, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10356, 'WANDK', 6, '1996-11-18', '1996-12-16', '1996-11-27', 2, 0, 'Die Wandernde Kuh', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany'),
(10357, 'LILAS', 1, '1996-11-19', '1996-12-17', '1996-12-02', 3, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10358, 'LAMAI', 5, '1996-11-20', '1996-12-18', '1996-11-27', 1, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10359, 'SEVES', 5, '1996-11-21', '1996-12-19', '1996-11-26', 3, 0, 'Seven Seas Imports', '90 Wadhurst Rd.', 'London', '', 'OX15 4NB', 'United Kingdom'),
(10360, 'BLONP', 4, '1996-11-22', '1996-12-20', '1996-12-02', 3, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10361, 'QUICK', 1, '1996-11-22', '1996-12-20', '1996-12-03', 2, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10362, 'BONAP', 3, '1996-11-25', '1996-12-23', '1996-11-28', 1, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10363, 'DRACD', 4, '1996-11-26', '1996-12-24', '1996-12-04', 3, 0, 'Drachenblut Delikatessen', 'Walserweg 21', 'Aachen', '', '52066', 'Germany'),
(10364, 'EASTC', 1, '1996-11-26', '1997-01-07', '1996-12-04', 1, 0, 'Eastern Connection', '35 King George', 'London', '', 'WX3 6FW', 'United Kingdom'),
(10365, 'ANTON', 3, '1996-11-27', '1996-12-25', '1996-12-02', 2, 0, 'Antonio Moreno Taquer?a', 'Mataderos  2312', 'M?xico D.F.', '', '05023', 'Mexico'),
(10366, 'GALED', 8, '1996-11-28', '1997-01-09', '1996-12-30', 2, 0, 'Galer?a del gastron?mo', 'Rambla de Catalu?a, 23', 'Barcelona', '', '8022', 'Spain'),
(10367, 'VAFFE', 7, '1996-11-28', '1996-12-26', '1996-12-02', 3, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10368, 'ERNSH', 2, '1996-11-29', '1996-12-27', '1996-12-02', 2, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10369, 'SPLIR', 8, '1996-12-02', '1996-12-30', '1996-12-09', 2, 0, 'Split Rail Beer & Ale', 'P.O. Box 555', 'Lander', 'WY', '82520', 'United States'),
(10370, 'CHOPS', 6, '1996-12-03', '1996-12-31', '1996-12-27', 2, 0, 'Chop-suey Chinese', 'Hauptstr. 31', 'Bern', '', '3012', 'Switzerland'),
(10371, 'LAMAI', 1, '1996-12-03', '1996-12-31', '1996-12-24', 1, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10372, 'QUEEN', 5, '1996-12-04', '1997-01-01', '1996-12-09', 2, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10373, 'HUNGO', 4, '1996-12-05', '1997-01-02', '1996-12-11', 3, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10374, 'WOLZA', 1, '1996-12-05', '1997-01-02', '1996-12-09', 3, 0, 'Wolski Zajazd', 'ul. Filtrowa 68', 'Warszawa', '', '01-012', 'Poland'),
(10375, 'HUNGC', 3, '1996-12-06', '1997-01-03', '1996-12-09', 2, 0, 'Hungry Coyote Import Store', 'City Center Plaza\r\n516 Main St.', 'Elgin', 'OR', '97827', 'United States'),
(10376, 'MEREP', 1, '1996-12-09', '1997-01-06', '1996-12-13', 2, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10377, 'SEVES', 1, '1996-12-09', '1997-01-06', '1996-12-13', 3, 0, 'Seven Seas Imports', '90 Wadhurst Rd.', 'London', '', 'OX15 4NB', 'United Kingdom'),
(10378, 'FOLKO', 5, '1996-12-10', '1997-01-07', '1996-12-19', 3, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10379, 'QUEDE', 2, '1996-12-11', '1997-01-08', '1996-12-13', 1, 0, 'Que Del?cia', 'Rua da Panificadora, 12', 'Rio de Janeiro', 'RJ', '02389-673', 'Brazil'),
(10380, 'HUNGO', 8, '1996-12-12', '1997-01-09', '1997-01-16', 3, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10381, 'LILAS', 3, '1996-12-12', '1997-01-09', '1996-12-13', 3, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10382, 'ERNSH', 4, '1996-12-13', '1997-01-10', '1996-12-16', 1, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10383, 'AROUT', 8, '1996-12-16', '1997-01-13', '1996-12-18', 3, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10384, 'BERGS', 3, '1996-12-16', '1997-01-13', '1996-12-20', 3, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10385, 'SPLIR', 1, '1996-12-17', '1997-01-14', '1996-12-23', 2, 0, 'Split Rail Beer & Ale', 'P.O. Box 555', 'Lander', 'WY', '82520', 'United States'),
(10386, 'FAMIA', 9, '1996-12-18', '1997-01-01', '1996-12-25', 3, 0, 'Familia Arquibaldo', 'Rua Or?s, 92', 'S?o Paulo', 'SP', '05442-030', 'Brazil'),
(10387, 'SANTG', 1, '1996-12-18', '1997-01-15', '1996-12-20', 2, 0, 'Sant? Gourmet', 'Erling Skakkes gate 78', 'Stavern', '', '4110', 'Norway'),
(10388, 'SEVES', 2, '1996-12-19', '1997-01-16', '1996-12-20', 1, 0, 'Seven Seas Imports', '90 Wadhurst Rd.', 'London', '', 'OX15 4NB', 'United Kingdom'),
(10389, 'BOTTM', 4, '1996-12-20', '1997-01-17', '1996-12-24', 2, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10390, 'ERNSH', 6, '1996-12-23', '1997-01-20', '1996-12-26', 1, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10391, 'DRACD', 3, '1996-12-23', '1997-01-20', '1996-12-31', 3, 0, 'Drachenblut Delikatessen', 'Walserweg 21', 'Aachen', '', '52066', 'Germany'),
(10392, 'PICCO', 2, '1996-12-24', '1997-01-21', '1997-01-01', 3, 0, 'Piccolo und mehr', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria'),
(10393, 'SAVEA', 1, '1996-12-25', '1997-01-22', '1997-01-03', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10394, 'HUNGC', 1, '1996-12-25', '1997-01-22', '1997-01-03', 3, 0, 'Hungry Coyote Import Store', 'City Center Plaza\r\n516 Main St.', 'Elgin', 'OR', '97827', 'United States'),
(10395, 'HILAA', 6, '1996-12-26', '1997-01-23', '1997-01-03', 1, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10396, 'FRANK', 1, '1996-12-27', '1997-01-10', '1997-01-06', 3, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10397, 'PRINI', 5, '1996-12-27', '1997-01-24', '1997-01-02', 1, 0, 'Princesa Isabel Vinhos', 'Estrada da sa?de n. 58', 'Lisboa', '', '1756', 'Portugal'),
(10398, 'SAVEA', 2, '1996-12-30', '1997-01-27', '1997-01-09', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10399, 'VAFFE', 8, '1996-12-31', '1997-01-14', '1997-01-08', 3, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10400, 'EASTC', 1, '1997-01-01', '1997-01-29', '1997-01-16', 3, 0, 'Eastern Connection', '35 King George', 'London', '', 'WX3 6FW', 'United Kingdom'),
(10401, 'RATTC', 1, '1997-01-01', '1997-01-29', '1997-01-10', 1, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10402, 'ERNSH', 8, '1997-01-02', '1997-02-13', '1997-01-10', 2, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10403, 'ERNSH', 4, '1997-01-03', '1997-01-31', '1997-01-09', 3, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10404, 'MAGAA', 2, '1997-01-03', '1997-01-31', '1997-01-08', 1, 0, 'Magazzini Alimentari Riuniti', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy'),
(10405, 'LINOD', 1, '1997-01-06', '1997-02-03', '1997-01-22', 1, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(10406, 'QUEEN', 7, '1997-01-07', '1997-02-18', '1997-01-13', 1, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10407, 'OTTIK', 2, '1997-01-07', '1997-02-04', '1997-01-30', 2, 0, 'Ottilies K?seladen', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany'),
(10408, 'FOLIG', 8, '1997-01-08', '1997-02-05', '1997-01-14', 1, 0, 'Folies gourmandes', '184, chauss?e de Tournai', 'Lille', '', '59000', 'France'),
(10409, 'OCEAN', 3, '1997-01-09', '1997-02-06', '1997-01-14', 1, 0, 'Oc?ano Atl?ntico Ltda.', 'Ing. Gustavo Moncada 8585\r\nPiso 20-A', 'Buenos Aires', '', '1010', 'Argentina'),
(10410, 'BOTTM', 3, '1997-01-10', '1997-02-07', '1997-01-15', 3, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10411, 'BOTTM', 9, '1997-01-10', '1997-02-07', '1997-01-21', 3, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10412, 'WARTH', 8, '1997-01-13', '1997-02-10', '1997-01-15', 2, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10413, 'LAMAI', 3, '1997-01-14', '1997-02-11', '1997-01-16', 2, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10414, 'FAMIA', 2, '1997-01-14', '1997-02-11', '1997-01-17', 3, 0, 'Familia Arquibaldo', 'Rua Or?s, 92', 'S?o Paulo', 'SP', '05442-030', 'Brazil'),
(10415, 'HUNGC', 3, '1997-01-15', '1997-02-12', '1997-01-24', 1, 0, 'Hungry Coyote Import Store', 'City Center Plaza\r\n516 Main St.', 'Elgin', 'OR', '97827', 'United States'),
(10416, 'WARTH', 8, '1997-01-16', '1997-02-13', '1997-01-27', 3, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10417, 'SIMOB', 4, '1997-01-16', '1997-02-13', '1997-01-28', 3, 0, 'Simons bistro', 'Vinb?ltet 34', 'K?benhavn', '', '1734', 'Denmark'),
(10418, 'QUICK', 4, '1997-01-17', '1997-02-14', '1997-01-24', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10419, 'RICSU', 4, '1997-01-20', '1997-02-17', '1997-01-30', 2, 0, 'Richter Supermarkt', 'Starenweg 5', 'Gen?ve', '', '1204', 'Switzerland'),
(10420, 'WELLI', 3, '1997-01-21', '1997-02-18', '1997-01-27', 1, 0, 'Wellington Importadora', 'Rua do Mercado, 12', 'Resende', 'SP', '08737-363', 'Brazil'),
(10421, 'QUEDE', 8, '1997-01-21', '1997-03-04', '1997-01-27', 1, 0, 'Que Del?cia', 'Rua da Panificadora, 12', 'Rio de Janeiro', 'RJ', '02389-673', 'Brazil'),
(10422, 'FRANS', 2, '1997-01-22', '1997-02-19', '1997-01-31', 1, 0, 'Franchi S.p.A.', 'Via Monte Bianco 34', 'Torino', '', '10100', 'Italy'),
(10423, 'GOURL', 6, '1997-01-23', '1997-02-06', '1997-02-24', 3, 0, 'Gourmet Lanchonetes', 'Av. Brasil, 442', 'Campinas', 'SP', '04876-786', 'Brazil'),
(10424, 'MEREP', 7, '1997-01-23', '1997-02-20', '1997-01-27', 2, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10425, 'LAMAI', 6, '1997-01-24', '1997-02-21', '1997-02-14', 2, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10426, 'GALED', 4, '1997-01-27', '1997-02-24', '1997-02-06', 1, 0, 'Galer?a del gastron?mo', 'Rambla de Catalu?a, 23', 'Barcelona', '', '8022', 'Spain'),
(10427, 'PICCO', 4, '1997-01-27', '1997-02-24', '1997-03-03', 2, 0, 'Piccolo und mehr', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria'),
(10428, 'REGGC', 7, '1997-01-28', '1997-02-25', '1997-02-04', 1, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(10429, 'HUNGO', 3, '1997-01-29', '1997-03-12', '1997-02-07', 2, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10430, 'ERNSH', 4, '1997-01-30', '1997-02-13', '1997-02-03', 1, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10431, 'BOTTM', 4, '1997-01-30', '1997-02-13', '1997-02-07', 2, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10432, 'SPLIR', 3, '1997-01-31', '1997-02-14', '1997-02-07', 2, 0, 'Split Rail Beer & Ale', 'P.O. Box 555', 'Lander', 'WY', '82520', 'United States'),
(10433, 'PRINI', 3, '1997-02-03', '1997-03-03', '1997-03-04', 3, 0, 'Princesa Isabel Vinhos', 'Estrada da sa?de n. 58', 'Lisboa', '', '1756', 'Portugal'),
(10434, 'FOLKO', 3, '1997-02-03', '1997-03-03', '1997-02-13', 2, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10435, 'CONSH', 8, '1997-02-04', '1997-03-18', '1997-02-07', 2, 0, 'Consolidated Holdings', 'Berkeley Gardens\r\n12  Brewery', 'London', '', 'WX1 6LT', 'United Kingdom'),
(10436, 'BLONP', 3, '1997-02-05', '1997-03-05', '1997-02-11', 2, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10437, 'WARTH', 8, '1997-02-05', '1997-03-05', '1997-02-12', 1, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10438, 'TOMSP', 3, '1997-02-06', '1997-03-06', '1997-02-14', 2, 0, 'Toms Spezialit?ten', 'Luisenstr. 48', 'M?nster', '', '44087', 'Germany'),
(10439, 'MEREP', 6, '1997-02-07', '1997-03-07', '1997-02-10', 3, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10440, 'SAVEA', 4, '1997-02-10', '1997-03-10', '1997-02-28', 2, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10441, 'OLDWO', 3, '1997-02-10', '1997-03-24', '1997-03-14', 2, 0, 'Old World Delicatessen', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States'),
(10442, 'ERNSH', 3, '1997-02-11', '1997-03-11', '1997-02-18', 2, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10443, 'REGGC', 8, '1997-02-12', '1997-03-12', '1997-02-14', 1, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(10444, 'BERGS', 3, '1997-02-12', '1997-03-12', '1997-02-21', 3, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10445, 'BERGS', 3, '1997-02-13', '1997-03-13', '1997-02-20', 1, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10446, 'TOMSP', 6, '1997-02-14', '1997-03-14', '1997-02-19', 1, 0, 'Toms Spezialit?ten', 'Luisenstr. 48', 'M?nster', '', '44087', 'Germany'),
(10447, 'RICAR', 4, '1997-02-14', '1997-03-14', '1997-03-07', 2, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(10448, 'RANCH', 4, '1997-02-17', '1997-03-17', '1997-02-24', 2, 0, 'Rancho grande', 'Av. del Libertador 900', 'Buenos Aires', '', '1010', 'Argentina'),
(10449, 'BLONP', 3, '1997-02-18', '1997-03-18', '1997-02-27', 2, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10450, 'VICTE', 8, '1997-02-19', '1997-03-19', '1997-03-11', 2, 0, 'Victuailles en stock', '2, rue du Commerce', 'Lyon', '', '69004', 'France'),
(10451, 'QUICK', 4, '1997-02-19', '1997-03-05', '1997-03-12', 3, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10452, 'SAVEA', 8, '1997-02-20', '1997-03-20', '1997-02-26', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10453, 'AROUT', 1, '1997-02-21', '1997-03-21', '1997-02-26', 2, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10454, 'LAMAI', 4, '1997-02-21', '1997-03-21', '1997-02-25', 3, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10455, 'WARTH', 8, '1997-02-24', '1997-04-07', '1997-03-03', 2, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10456, 'KOENE', 8, '1997-02-25', '1997-04-08', '1997-02-28', 2, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10457, 'KOENE', 2, '1997-02-25', '1997-03-25', '1997-03-03', 1, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10458, 'SUPRD', 7, '1997-02-26', '1997-03-26', '1997-03-04', 3, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(10459, 'VICTE', 4, '1997-02-27', '1997-03-27', '1997-02-28', 2, 0, 'Victuailles en stock', '2, rue du Commerce', 'Lyon', '', '69004', 'France'),
(10460, 'FOLKO', 8, '1997-02-28', '1997-03-28', '1997-03-03', 1, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10461, 'LILAS', 1, '1997-02-28', '1997-03-28', '1997-03-05', 3, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10462, 'CONSH', 2, '1997-03-03', '1997-03-31', '1997-03-18', 1, 0, 'Consolidated Holdings', 'Berkeley Gardens\r\n12  Brewery', 'London', '', 'WX1 6LT', 'United Kingdom'),
(10463, 'SUPRD', 5, '1997-03-04', '1997-04-01', '1997-03-06', 3, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(10464, 'FURIB', 4, '1997-03-04', '1997-04-01', '1997-03-14', 2, 0, 'Furia Bacalhau e Frutos do Mar', 'Jardim das rosas n. 32', 'Lisboa', '', '1675', 'Portugal'),
(10465, 'VAFFE', 1, '1997-03-05', '1997-04-02', '1997-03-14', 3, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10466, 'COMMI', 4, '1997-03-06', '1997-04-03', '1997-03-13', 1, 0, 'Com?rcio Mineiro', 'Av. dos Lus?adas, 23', 'S?o Paulo', 'SP', '05432-043', 'Brazil'),
(10467, 'MAGAA', 8, '1997-03-06', '1997-04-03', '1997-03-11', 2, 0, 'Magazzini Alimentari Riuniti', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy'),
(10468, 'KOENE', 3, '1997-03-07', '1997-04-04', '1997-03-12', 3, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10469, 'WHITC', 1, '1997-03-10', '1997-04-07', '1997-03-14', 1, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10470, 'BONAP', 4, '1997-03-11', '1997-04-08', '1997-03-14', 2, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10471, 'BSBEV', 2, '1997-03-11', '1997-04-08', '1997-03-18', 3, 0, 'B''s Beverages', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom'),
(10472, 'SEVES', 8, '1997-03-12', '1997-04-09', '1997-03-19', 1, 0, 'Seven Seas Imports', '90 Wadhurst Rd.', 'London', '', 'OX15 4NB', 'United Kingdom'),
(10473, 'ISLAT', 1, '1997-03-13', '1997-03-27', '1997-03-21', 3, 0, 'Island Trading', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom'),
(10474, 'PERIC', 5, '1997-03-13', '1997-04-10', '1997-03-21', 2, 0, 'Pericles Comidas cl?sicas', 'Calle Dr. Jorge Cash 321', 'M?xico D.F.', '', '05033', 'Mexico'),
(10475, 'SUPRD', 9, '1997-03-14', '1997-04-11', '1997-04-04', 1, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(10476, 'HILAA', 8, '1997-03-17', '1997-04-14', '1997-03-24', 3, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10477, 'PRINI', 5, '1997-03-17', '1997-04-14', '1997-03-25', 2, 0, 'Princesa Isabel Vinhos', 'Estrada da sa?de n. 58', 'Lisboa', '', '1756', 'Portugal'),
(10478, 'VICTE', 2, '1997-03-18', '1997-04-01', '1997-03-26', 3, 0, 'Victuailles en stock', '2, rue du Commerce', 'Lyon', '', '69004', 'France'),
(10479, 'RATTC', 3, '1997-03-19', '1997-04-16', '1997-03-21', 3, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10480, 'FOLIG', 6, '1997-03-20', '1997-04-17', '1997-03-24', 2, 0, 'Folies gourmandes', '184, chauss?e de Tournai', 'Lille', '', '59000', 'France'),
(10481, 'RICAR', 8, '1997-03-20', '1997-04-17', '1997-03-25', 2, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(10482, 'LAZYK', 1, '1997-03-21', '1997-04-18', '1997-04-10', 3, 0, 'Lazy K Kountry Store', '12 Orchestra Terrace', 'Walla Walla', 'WA', '99362', 'United States'),
(10483, 'WHITC', 7, '1997-03-24', '1997-04-21', '1997-04-25', 2, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10484, 'BSBEV', 3, '1997-03-24', '1997-04-21', '1997-04-01', 3, 0, 'B''s Beverages', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom'),
(10485, 'LINOD', 4, '1997-03-25', '1997-04-08', '1997-03-31', 2, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(10486, 'HILAA', 1, '1997-03-26', '1997-04-23', '1997-04-02', 2, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10487, 'QUEEN', 2, '1997-03-26', '1997-04-23', '1997-03-28', 2, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10488, 'FRANK', 8, '1997-03-27', '1997-04-24', '1997-04-02', 2, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10489, 'PICCO', 6, '1997-03-28', '1997-04-25', '1997-04-09', 2, 0, 'Piccolo und mehr', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria'),
(10490, 'HILAA', 7, '1997-03-31', '1997-04-28', '1997-04-03', 2, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10491, 'FURIB', 8, '1997-03-31', '1997-04-28', '1997-04-08', 3, 0, 'Furia Bacalhau e Frutos do Mar', 'Jardim das rosas n. 32', 'Lisboa', '', '1675', 'Portugal'),
(10492, 'BOTTM', 3, '1997-04-01', '1997-04-29', '1997-04-11', 1, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10493, 'LAMAI', 4, '1997-04-02', '1997-04-30', '1997-04-10', 3, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10494, 'COMMI', 4, '1997-04-02', '1997-04-30', '1997-04-09', 2, 0, 'Com?rcio Mineiro', 'Av. dos Lus?adas, 23', 'S?o Paulo', 'SP', '05432-043', 'Brazil'),
(10495, 'LAUGB', 3, '1997-04-03', '1997-05-01', '1997-04-11', 3, 0, 'Laughing Bacchus Wine Cellars', '2319 Elm St.', 'Vancouver', 'BC', 'V3F 2K1', 'Canada'),
(10496, 'TRADH', 7, '1997-04-04', '1997-05-02', '1997-04-07', 2, 0, 'Tradi??o Hipermercados', 'Av. In?s de Castro, 414', 'S?o Paulo', 'SP', '05634-030', 'Brazil'),
(10497, 'LEHMS', 7, '1997-04-04', '1997-05-02', '1997-04-07', 1, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10498, 'HILAA', 8, '1997-04-07', '1997-05-05', '1997-04-11', 2, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10499, 'LILAS', 4, '1997-04-08', '1997-05-06', '1997-04-16', 2, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10500, 'LAMAI', 6, '1997-04-09', '1997-05-07', '1997-04-17', 1, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10501, 'BLAUS', 9, '1997-04-09', '1997-05-07', '1997-04-16', 3, 0, 'Blauer See Delikatessen', 'Forsterstr. 57', 'Mannheim', '', '68306', 'Germany'),
(10502, 'PERIC', 2, '1997-04-10', '1997-05-08', '1997-04-29', 1, 0, 'Pericles Comidas cl?sicas', 'Calle Dr. Jorge Cash 321', 'M?xico D.F.', '', '05033', 'Mexico'),
(10503, 'HUNGO', 6, '1997-04-11', '1997-05-09', '1997-04-16', 2, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10504, 'WHITC', 4, '1997-04-11', '1997-05-09', '1997-04-18', 3, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10505, 'MEREP', 3, '1997-04-14', '1997-05-12', '1997-04-21', 3, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10506, 'KOENE', 9, '1997-04-15', '1997-05-13', '1997-05-02', 2, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10507, 'ANTON', 7, '1997-04-15', '1997-05-13', '1997-04-22', 1, 0, 'Antonio Moreno Taquer?a', 'Mataderos  2312', 'M?xico D.F.', '', '05023', 'Mexico'),
(10508, 'OTTIK', 1, '1997-04-16', '1997-05-14', '1997-05-13', 2, 0, 'Ottilies K?seladen', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany'),
(10509, 'BLAUS', 4, '1997-04-17', '1997-05-15', '1997-04-29', 1, 0, 'Blauer See Delikatessen', 'Forsterstr. 57', 'Mannheim', '', '68306', 'Germany'),
(10510, 'SAVEA', 6, '1997-04-18', '1997-05-16', '1997-04-28', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10511, 'BONAP', 4, '1997-04-18', '1997-05-16', '1997-04-21', 3, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10512, 'FAMIA', 7, '1997-04-21', '1997-05-19', '1997-04-24', 2, 0, 'Familia Arquibaldo', 'Rua Or?s, 92', 'S?o Paulo', 'SP', '05442-030', 'Brazil'),
(10513, 'WANDK', 7, '1997-04-22', '1997-06-03', '1997-04-28', 1, 0, 'Die Wandernde Kuh', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany'),
(10514, 'ERNSH', 3, '1997-04-22', '1997-05-20', '1997-05-16', 2, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10515, 'QUICK', 2, '1997-04-23', '1997-05-07', '1997-05-23', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10516, 'HUNGO', 2, '1997-04-24', '1997-05-22', '1997-05-01', 3, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10517, 'NORTS', 3, '1997-04-24', '1997-05-22', '1997-04-29', 3, 0, 'North/South', 'South House\r\n300 Queensbridge', 'London', '', 'SW7 1RZ', 'United Kingdom'),
(10518, 'TORTU', 4, '1997-04-25', '1997-05-09', '1997-05-05', 2, 0, 'Tortuga Restaurante', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico'),
(10519, 'CHOPS', 6, '1997-04-28', '1997-05-26', '1997-05-01', 3, 0, 'Chop-suey Chinese', 'Hauptstr. 31', 'Bern', '', '3012', 'Switzerland'),
(10520, 'SANTG', 7, '1997-04-29', '1997-05-27', '1997-05-01', 1, 0, 'Sant? Gourmet', 'Erling Skakkes gate 78', 'Stavern', '', '4110', 'Norway'),
(10521, 'CACTU', 8, '1997-04-29', '1997-05-27', '1997-05-02', 2, 0, 'Cactus Comidas para llevar', 'Cerrito 333', 'Buenos Aires', '', '1010', 'Argentina'),
(10522, 'LEHMS', 4, '1997-04-30', '1997-05-28', '1997-05-06', 1, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10523, 'SEVES', 7, '1997-05-01', '1997-05-29', '1997-05-30', 2, 0, 'Seven Seas Imports', '90 Wadhurst Rd.', 'London', '', 'OX15 4NB', 'United Kingdom'),
(10524, 'BERGS', 1, '1997-05-01', '1997-05-29', '1997-05-07', 2, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10525, 'BONAP', 1, '1997-05-02', '1997-05-30', '1997-05-23', 2, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10526, 'WARTH', 4, '1997-05-05', '1997-06-02', '1997-05-15', 2, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10527, 'QUICK', 7, '1997-05-05', '1997-06-02', '1997-05-07', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10528, 'GREAL', 6, '1997-05-06', '1997-05-20', '1997-05-09', 2, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(10529, 'MAISD', 5, '1997-05-07', '1997-06-04', '1997-05-09', 2, 0, 'Maison Dewey', 'Rue Joseph-Bens 532', 'Bruxelles', '', 'B-1180', 'Belgium'),
(10530, 'PICCO', 3, '1997-05-08', '1997-06-05', '1997-05-12', 2, 0, 'Piccolo und mehr', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria'),
(10531, 'OCEAN', 7, '1997-05-08', '1997-06-05', '1997-05-19', 1, 0, 'Oc?ano Atl?ntico Ltda.', 'Ing. Gustavo Moncada 8585\r\nPiso 20-A', 'Buenos Aires', '', '1010', 'Argentina'),
(10532, 'EASTC', 7, '1997-05-09', '1997-06-06', '1997-05-12', 3, 0, 'Eastern Connection', '35 King George', 'London', '', 'WX3 6FW', 'United Kingdom'),
(10533, 'FOLKO', 8, '1997-05-12', '1997-06-09', '1997-05-22', 1, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10534, 'LEHMS', 8, '1997-05-12', '1997-06-09', '1997-05-14', 2, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10535, 'ANTON', 4, '1997-05-13', '1997-06-10', '1997-05-21', 1, 0, 'Antonio Moreno Taquer?a', 'Mataderos  2312', 'M?xico D.F.', '', '05023', 'Mexico'),
(10536, 'LEHMS', 3, '1997-05-14', '1997-06-11', '1997-06-06', 2, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10537, 'RICSU', 1, '1997-05-14', '1997-05-28', '1997-05-19', 1, 0, 'Richter Supermarkt', 'Starenweg 5', 'Gen?ve', '', '1204', 'Switzerland'),
(10538, 'BSBEV', 9, '1997-05-15', '1997-06-12', '1997-05-16', 3, 0, 'B''s Beverages', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom'),
(10539, 'BSBEV', 6, '1997-05-16', '1997-06-13', '1997-05-23', 3, 0, 'B''s Beverages', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom'),
(10540, 'QUICK', 3, '1997-05-19', '1997-06-16', '1997-06-13', 3, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10541, 'HANAR', 2, '1997-05-19', '1997-06-16', '1997-05-29', 1, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10542, 'KOENE', 1, '1997-05-20', '1997-06-17', '1997-05-26', 3, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10543, 'LILAS', 8, '1997-05-21', '1997-06-18', '1997-05-23', 2, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10544, 'LONEP', 4, '1997-05-21', '1997-06-18', '1997-05-30', 1, 0, 'Lonesome Pine Restaurant', '89 Chiaroscuro Rd.', 'Portland', 'OR', '97219', 'United States'),
(10545, 'LAZYK', 8, '1997-05-22', '1997-06-19', '1997-06-26', 2, 0, 'Lazy K Kountry Store', '12 Orchestra Terrace', 'Walla Walla', 'WA', '99362', 'United States'),
(10546, 'VICTE', 1, '1997-05-23', '1997-06-20', '1997-05-27', 3, 0, 'Victuailles en stock', '2, rue du Commerce', 'Lyon', '', '69004', 'France'),
(10547, 'SEVES', 3, '1997-05-23', '1997-06-20', '1997-06-02', 2, 0, 'Seven Seas Imports', '90 Wadhurst Rd.', 'London', '', 'OX15 4NB', 'United Kingdom'),
(10548, 'TOMSP', 3, '1997-05-26', '1997-06-23', '1997-06-02', 2, 0, 'Toms Spezialit?ten', 'Luisenstr. 48', 'M?nster', '', '44087', 'Germany'),
(10549, 'QUICK', 5, '1997-05-27', '1997-06-10', '1997-05-30', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10550, 'GODOS', 7, '1997-05-28', '1997-06-25', '1997-06-06', 3, 0, 'Godos Cocina T?pica', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain'),
(10551, 'FURIB', 4, '1997-05-28', '1997-07-09', '1997-06-06', 3, 0, 'Furia Bacalhau e Frutos do Mar', 'Jardim das rosas n. 32', 'Lisboa', '', '1675', 'Portugal'),
(10552, 'HILAA', 2, '1997-05-29', '1997-06-26', '1997-06-05', 1, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10553, 'WARTH', 2, '1997-05-30', '1997-06-27', '1997-06-03', 2, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10554, 'OTTIK', 4, '1997-05-30', '1997-06-27', '1997-06-05', 3, 0, 'Ottilies K?seladen', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany'),
(10555, 'SAVEA', 6, '1997-06-02', '1997-06-30', '1997-06-04', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10556, 'SIMOB', 2, '1997-06-03', '1997-07-15', '1997-06-13', 1, 0, 'Simons bistro', 'Vinb?ltet 34', 'K?benhavn', '', '1734', 'Denmark'),
(10557, 'LEHMS', 9, '1997-06-03', '1997-06-17', '1997-06-06', 2, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10558, 'AROUT', 1, '1997-06-04', '1997-07-02', '1997-06-10', 2, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10559, 'BLONP', 6, '1997-06-05', '1997-07-03', '1997-06-13', 1, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10560, 'FRANK', 8, '1997-06-06', '1997-07-04', '1997-06-09', 1, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10561, 'FOLKO', 2, '1997-06-06', '1997-07-04', '1997-06-09', 2, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10562, 'REGGC', 1, '1997-06-09', '1997-07-07', '1997-06-12', 1, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(10563, 'RICAR', 2, '1997-06-10', '1997-07-22', '1997-06-24', 2, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(10564, 'RATTC', 4, '1997-06-10', '1997-07-08', '1997-06-16', 3, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10565, 'MEREP', 8, '1997-06-11', '1997-07-09', '1997-06-18', 2, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10566, 'BLONP', 9, '1997-06-12', '1997-07-10', '1997-06-18', 1, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10567, 'HUNGO', 1, '1997-06-12', '1997-07-10', '1997-06-17', 1, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10568, 'GALED', 3, '1997-06-13', '1997-07-11', '1997-07-09', 3, 0, 'Galer?a del gastron?mo', 'Rambla de Catalu?a, 23', 'Barcelona', '', '8022', 'Spain'),
(10569, 'RATTC', 5, '1997-06-16', '1997-07-14', '1997-07-11', 1, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10570, 'MEREP', 3, '1997-06-17', '1997-07-15', '1997-06-19', 3, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10571, 'ERNSH', 8, '1997-06-17', '1997-07-29', '1997-07-04', 3, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10572, 'BERGS', 3, '1997-06-18', '1997-07-16', '1997-06-25', 2, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10573, 'ANTON', 7, '1997-06-19', '1997-07-17', '1997-06-20', 3, 0, 'Antonio Moreno Taquer?a', 'Mataderos  2312', 'M?xico D.F.', '', '05023', 'Mexico'),
(10574, 'TRAIH', 4, '1997-06-19', '1997-07-17', '1997-06-30', 2, 0, 'Trail''s Head Gourmet Provisioners', '722 DaVinci Blvd.', 'Kirkland', 'WA', '98034', 'United States'),
(10575, 'MORGK', 5, '1997-06-20', '1997-07-04', '1997-06-30', 1, 0, 'Morgenstern Gesundkost', 'Heerstr. 22', 'Leipzig', '', '04179', 'Germany'),
(10576, 'TORTU', 3, '1997-06-23', '1997-07-07', '1997-06-30', 3, 0, 'Tortuga Restaurante', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico'),
(10577, 'TRAIH', 9, '1997-06-23', '1997-08-04', '1997-06-30', 2, 0, 'Trail''s Head Gourmet Provisioners', '722 DaVinci Blvd.', 'Kirkland', 'WA', '98034', 'United States');
INSERT INTO `orders` (`OrderID`, `CustomerID`, `EmployeeID`, `OrderDate`, `RequiredDate`, `ShippedDate`, `ShipVia`, `Freight`, `ShipName`, `ShipAddress`, `ShipCity`, `ShipRegion`, `ShipPostalCode`, `ShipCountry`) VALUES
(10578, 'BSBEV', 4, '1997-06-24', '1997-07-22', '1997-07-25', 3, 0, 'B''s Beverages', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom'),
(10579, 'LETSS', 1, '1997-06-25', '1997-07-23', '1997-07-04', 2, 0, 'Let''s Stop N Shop', '87 Polk St.\r\nSuite 5', 'San Francisco', 'CA', '94117', 'United States'),
(10580, 'OTTIK', 4, '1997-06-26', '1997-07-24', '1997-07-01', 3, 0, 'Ottilies K?seladen', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany'),
(10581, 'FAMIA', 3, '1997-06-26', '1997-07-24', '1997-07-02', 1, 0, 'Familia Arquibaldo', 'Rua Or?s, 92', 'S?o Paulo', 'SP', '05442-030', 'Brazil'),
(10582, 'BLAUS', 3, '1997-06-27', '1997-07-25', '1997-07-14', 2, 0, 'Blauer See Delikatessen', 'Forsterstr. 57', 'Mannheim', '', '68306', 'Germany'),
(10583, 'WARTH', 2, '1997-06-30', '1997-07-28', '1997-07-04', 2, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10584, 'BLONP', 4, '1997-06-30', '1997-07-28', '1997-07-04', 1, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10585, 'WELLI', 7, '1997-07-01', '1997-07-29', '1997-07-10', 1, 0, 'Wellington Importadora', 'Rua do Mercado, 12', 'Resende', 'SP', '08737-363', 'Brazil'),
(10586, 'REGGC', 9, '1997-07-02', '1997-07-30', '1997-07-09', 1, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(10587, 'QUEDE', 1, '1997-07-02', '1997-07-30', '1997-07-09', 1, 0, 'Que Del?cia', 'Rua da Panificadora, 12', 'Rio de Janeiro', 'RJ', '02389-673', 'Brazil'),
(10588, 'QUICK', 2, '1997-07-03', '1997-07-31', '1997-07-10', 3, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10589, 'GREAL', 8, '1997-07-04', '1997-08-01', '1997-07-14', 2, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(10590, 'MEREP', 4, '1997-07-07', '1997-08-04', '1997-07-14', 3, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10591, 'VAFFE', 1, '1997-07-07', '1997-07-21', '1997-07-16', 1, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10592, 'LEHMS', 3, '1997-07-08', '1997-08-05', '1997-07-16', 1, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10593, 'LEHMS', 7, '1997-07-09', '1997-08-06', '1997-08-13', 2, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10594, 'OLDWO', 3, '1997-07-09', '1997-08-06', '1997-07-16', 2, 0, 'Old World Delicatessen', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States'),
(10595, 'ERNSH', 2, '1997-07-10', '1997-08-07', '1997-07-14', 1, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10596, 'WHITC', 8, '1997-07-11', '1997-08-08', '1997-08-12', 1, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10597, 'PICCO', 7, '1997-07-11', '1997-08-08', '1997-07-18', 3, 0, 'Piccolo und mehr', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria'),
(10598, 'RATTC', 1, '1997-07-14', '1997-08-11', '1997-07-18', 3, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10599, 'BSBEV', 6, '1997-07-15', '1997-08-26', '1997-07-21', 3, 0, 'B''s Beverages', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom'),
(10600, 'HUNGC', 4, '1997-07-16', '1997-08-13', '1997-07-21', 1, 0, 'Hungry Coyote Import Store', 'City Center Plaza\r\n516 Main St.', 'Elgin', 'OR', '97827', 'United States'),
(10601, 'HILAA', 7, '1997-07-16', '1997-08-27', '1997-07-22', 1, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10602, 'VAFFE', 8, '1997-07-17', '1997-08-14', '1997-07-22', 2, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10603, 'SAVEA', 8, '1997-07-18', '1997-08-15', '1997-08-08', 2, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10604, 'FURIB', 1, '1997-07-18', '1997-08-15', '1997-07-29', 1, 0, 'Furia Bacalhau e Frutos do Mar', 'Jardim das rosas n. 32', 'Lisboa', '', '1675', 'Portugal'),
(10605, 'MEREP', 1, '1997-07-21', '1997-08-18', '1997-07-29', 2, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10606, 'TRADH', 4, '1997-07-22', '1997-08-19', '1997-07-31', 3, 0, 'Tradi??o Hipermercados', 'Av. In?s de Castro, 414', 'S?o Paulo', 'SP', '05634-030', 'Brazil'),
(10607, 'SAVEA', 5, '1997-07-22', '1997-08-19', '1997-07-25', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10608, 'TOMSP', 4, '1997-07-23', '1997-08-20', '1997-08-01', 2, 0, 'Toms Spezialit?ten', 'Luisenstr. 48', 'M?nster', '', '44087', 'Germany'),
(10609, 'DUMON', 7, '1997-07-24', '1997-08-21', '1997-07-30', 2, 0, 'Du monde entier', '67, rue des Cinquante Otages', 'Nantes', '', '44000', 'France'),
(10610, 'LAMAI', 8, '1997-07-25', '1997-08-22', '1997-08-06', 1, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10611, 'WOLZA', 6, '1997-07-25', '1997-08-22', '1997-08-01', 2, 0, 'Wolski Zajazd', 'ul. Filtrowa 68', 'Warszawa', '', '01-012', 'Poland'),
(10612, 'SAVEA', 1, '1997-07-28', '1997-08-25', '1997-08-01', 2, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10613, 'HILAA', 4, '1997-07-29', '1997-08-26', '1997-08-01', 2, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10614, 'BLAUS', 8, '1997-07-29', '1997-08-26', '1997-08-01', 3, 0, 'Blauer See Delikatessen', 'Forsterstr. 57', 'Mannheim', '', '68306', 'Germany'),
(10615, 'WILMK', 2, '1997-07-30', '1997-08-27', '1997-08-06', 3, 0, 'Wilman Kala', 'Keskuskatu 45', 'Helsinki', '', '21240', 'Finland'),
(10616, 'GREAL', 1, '1997-07-31', '1997-08-28', '1997-08-05', 2, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(10617, 'GREAL', 4, '1997-07-31', '1997-08-28', '1997-08-04', 2, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(10618, 'MEREP', 1, '1997-08-01', '1997-09-12', '1997-08-08', 1, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10619, 'MEREP', 3, '1997-08-04', '1997-09-01', '1997-08-07', 3, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10620, 'LAUGB', 2, '1997-08-05', '1997-09-02', '1997-08-14', 3, 0, 'Laughing Bacchus Wine Cellars', '2319 Elm St.', 'Vancouver', 'BC', 'V3F 2K1', 'Canada'),
(10621, 'ISLAT', 4, '1997-08-05', '1997-09-02', '1997-08-11', 2, 0, 'Island Trading', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom'),
(10622, 'RICAR', 4, '1997-08-06', '1997-09-03', '1997-08-11', 3, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(10623, 'FRANK', 8, '1997-08-07', '1997-09-04', '1997-08-12', 2, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10624, 'THECR', 4, '1997-08-07', '1997-09-04', '1997-08-19', 2, 0, 'The Cracker Box', '55 Grizzly Peak Rd.', 'Butte', 'MT', '59801', 'United States'),
(10625, 'ANATR', 3, '1997-08-08', '1997-09-05', '1997-08-14', 1, 0, 'Ana Trujillo Emparedados y helados', 'Avda. de la Constituci?n 2222', 'M?xico D.F.', '', '05021', 'Mexico'),
(10626, 'BERGS', 1, '1997-08-11', '1997-09-08', '1997-08-20', 2, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10627, 'SAVEA', 8, '1997-08-11', '1997-09-22', '1997-08-21', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10628, 'BLONP', 4, '1997-08-12', '1997-09-09', '1997-08-20', 3, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10629, 'GODOS', 4, '1997-08-12', '1997-09-09', '1997-08-20', 3, 0, 'Godos Cocina T?pica', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain'),
(10630, 'KOENE', 1, '1997-08-13', '1997-09-10', '1997-08-19', 2, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10631, 'LAMAI', 8, '1997-08-14', '1997-09-11', '1997-08-15', 1, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10632, 'WANDK', 8, '1997-08-14', '1997-09-11', '1997-08-19', 1, 0, 'Die Wandernde Kuh', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany'),
(10633, 'ERNSH', 7, '1997-08-15', '1997-09-12', '1997-08-18', 3, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10634, 'FOLIG', 4, '1997-08-15', '1997-09-12', '1997-08-21', 3, 0, 'Folies gourmandes', '184, chauss?e de Tournai', 'Lille', '', '59000', 'France'),
(10635, 'MAGAA', 8, '1997-08-18', '1997-09-15', '1997-08-21', 3, 0, 'Magazzini Alimentari Riuniti', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy'),
(10636, 'WARTH', 4, '1997-08-19', '1997-09-16', '1997-08-26', 1, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10637, 'QUEEN', 6, '1997-08-19', '1997-09-16', '1997-08-26', 1, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10638, 'LINOD', 3, '1997-08-20', '1997-09-17', '1997-09-01', 1, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(10639, 'SANTG', 7, '1997-08-20', '1997-09-17', '1997-08-27', 3, 0, 'Sant? Gourmet', 'Erling Skakkes gate 78', 'Stavern', '', '4110', 'Norway'),
(10640, 'WANDK', 4, '1997-08-21', '1997-09-18', '1997-08-28', 1, 0, 'Die Wandernde Kuh', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany'),
(10641, 'HILAA', 4, '1997-08-22', '1997-09-19', '1997-08-26', 2, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10642, 'SIMOB', 7, '1997-08-22', '1997-09-19', '1997-09-05', 3, 0, 'Simons bistro', 'Vinb?ltet 34', 'K?benhavn', '', '1734', 'Denmark'),
(10643, 'ALFKI', 6, '1997-08-25', '1997-09-22', '1997-09-02', 1, 0, 'Alfreds Futterkiste', 'Obere Str. 57', 'Berlin', '', '12209', 'Germany'),
(10644, 'WELLI', 3, '1997-08-25', '1997-09-22', '1997-09-01', 2, 0, 'Wellington Importadora', 'Rua do Mercado, 12', 'Resende', 'SP', '08737-363', 'Brazil'),
(10645, 'HANAR', 4, '1997-08-26', '1997-09-23', '1997-09-02', 1, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10646, 'HUNGO', 9, '1997-08-27', '1997-10-08', '1997-09-03', 3, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10647, 'QUEDE', 4, '1997-08-27', '1997-09-10', '1997-09-03', 2, 0, 'Que Del?cia', 'Rua da Panificadora, 12', 'Rio de Janeiro', 'RJ', '02389-673', 'Brazil'),
(10648, 'RICAR', 5, '1997-08-28', '1997-10-09', '1997-09-09', 2, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(10649, 'MAISD', 5, '1997-08-28', '1997-09-25', '1997-08-29', 3, 0, 'Maison Dewey', 'Rue Joseph-Bens 532', 'Bruxelles', '', 'B-1180', 'Belgium'),
(10650, 'FAMIA', 5, '1997-08-29', '1997-09-26', '1997-09-03', 3, 0, 'Familia Arquibaldo', 'Rua Or?s, 92', 'S?o Paulo', 'SP', '05442-030', 'Brazil'),
(10651, 'WANDK', 8, '1997-09-01', '1997-09-29', '1997-09-11', 2, 0, 'Die Wandernde Kuh', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany'),
(10652, 'GOURL', 4, '1997-09-01', '1997-09-29', '1997-09-08', 2, 0, 'Gourmet Lanchonetes', 'Av. Brasil, 442', 'Campinas', 'SP', '04876-786', 'Brazil'),
(10653, 'FRANK', 1, '1997-09-02', '1997-09-30', '1997-09-19', 1, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10654, 'BERGS', 5, '1997-09-02', '1997-09-30', '1997-09-11', 1, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10655, 'REGGC', 1, '1997-09-03', '1997-10-01', '1997-09-11', 2, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(10656, 'GREAL', 6, '1997-09-04', '1997-10-02', '1997-09-10', 1, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(10657, 'SAVEA', 2, '1997-09-04', '1997-10-02', '1997-09-15', 2, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10658, 'QUICK', 4, '1997-09-05', '1997-10-03', '1997-09-08', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10659, 'QUEEN', 7, '1997-09-05', '1997-10-03', '1997-09-10', 2, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10660, 'HUNGC', 8, '1997-09-08', '1997-10-06', '1997-10-15', 1, 0, 'Hungry Coyote Import Store', 'City Center Plaza\r\n516 Main St.', 'Elgin', 'OR', '97827', 'United States'),
(10661, 'HUNGO', 7, '1997-09-09', '1997-10-07', '1997-09-15', 3, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10662, 'LONEP', 3, '1997-09-09', '1997-10-07', '1997-09-18', 2, 0, 'Lonesome Pine Restaurant', '89 Chiaroscuro Rd.', 'Portland', 'OR', '97219', 'United States'),
(10663, 'BONAP', 2, '1997-09-10', '1997-09-24', '1997-10-03', 2, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10664, 'FURIB', 1, '1997-09-10', '1997-10-08', '1997-09-19', 3, 0, 'Furia Bacalhau e Frutos do Mar', 'Jardim das rosas n. 32', 'Lisboa', '', '1675', 'Portugal'),
(10665, 'LONEP', 1, '1997-09-11', '1997-10-09', '1997-09-17', 2, 0, 'Lonesome Pine Restaurant', '89 Chiaroscuro Rd.', 'Portland', 'OR', '97219', 'United States'),
(10666, 'RICSU', 7, '1997-09-12', '1997-10-10', '1997-09-22', 2, 0, 'Richter Supermarkt', 'Starenweg 5', 'Gen?ve', '', '1204', 'Switzerland'),
(10667, 'ERNSH', 7, '1997-09-12', '1997-10-10', '1997-09-19', 1, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10668, 'WANDK', 1, '1997-09-15', '1997-10-13', '1997-09-23', 2, 0, 'Die Wandernde Kuh', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany'),
(10669, 'SIMOB', 2, '1997-09-15', '1997-10-13', '1997-09-22', 1, 0, 'Simons bistro', 'Vinb?ltet 34', 'K?benhavn', '', '1734', 'Denmark'),
(10670, 'FRANK', 4, '1997-09-16', '1997-10-14', '1997-09-18', 1, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10671, 'FRANR', 1, '1997-09-17', '1997-10-15', '1997-09-24', 1, 0, 'France restauration', '54, rue Royale', 'Nantes', '', '44000', 'France'),
(10672, 'BERGS', 9, '1997-09-17', '1997-10-01', '1997-09-26', 2, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10673, 'WILMK', 2, '1997-09-18', '1997-10-16', '1997-09-19', 1, 0, 'Wilman Kala', 'Keskuskatu 45', 'Helsinki', '', '21240', 'Finland'),
(10674, 'ISLAT', 4, '1997-09-18', '1997-10-16', '1997-09-30', 2, 0, 'Island Trading', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom'),
(10675, 'FRANK', 5, '1997-09-19', '1997-10-17', '1997-09-23', 2, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10676, 'TORTU', 2, '1997-09-22', '1997-10-20', '1997-09-29', 2, 0, 'Tortuga Restaurante', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico'),
(10677, 'ANTON', 1, '1997-09-22', '1997-10-20', '1997-09-26', 3, 0, 'Antonio Moreno Taquer?a', 'Mataderos  2312', 'M?xico D.F.', '', '05023', 'Mexico'),
(10678, 'SAVEA', 7, '1997-09-23', '1997-10-21', '1997-10-16', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10679, 'BLONP', 8, '1997-09-23', '1997-10-21', '1997-09-30', 3, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10680, 'OLDWO', 1, '1997-09-24', '1997-10-22', '1997-09-26', 1, 0, 'Old World Delicatessen', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States'),
(10681, 'GREAL', 3, '1997-09-25', '1997-10-23', '1997-09-30', 3, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(10682, 'ANTON', 3, '1997-09-25', '1997-10-23', '1997-10-01', 2, 0, 'Antonio Moreno Taquer?a', 'Mataderos  2312', 'M?xico D.F.', '', '05023', 'Mexico'),
(10683, 'DUMON', 2, '1997-09-26', '1997-10-24', '1997-10-01', 1, 0, 'Du monde entier', '67, rue des Cinquante Otages', 'Nantes', '', '44000', 'France'),
(10684, 'OTTIK', 3, '1997-09-26', '1997-10-24', '1997-09-30', 1, 0, 'Ottilies K?seladen', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany'),
(10685, 'GOURL', 4, '1997-09-29', '1997-10-13', '1997-10-03', 2, 0, 'Gourmet Lanchonetes', 'Av. Brasil, 442', 'Campinas', 'SP', '04876-786', 'Brazil'),
(10686, 'PICCO', 2, '1997-09-30', '1997-10-28', '1997-10-08', 1, 0, 'Piccolo und mehr', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria'),
(10687, 'HUNGO', 9, '1997-09-30', '1997-10-28', '1997-10-30', 2, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10688, 'VAFFE', 4, '1997-10-01', '1997-10-15', '1997-10-07', 2, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10689, 'BERGS', 1, '1997-10-01', '1997-10-29', '1997-10-07', 2, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10690, 'HANAR', 1, '1997-10-02', '1997-10-30', '1997-10-03', 1, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10691, 'QUICK', 2, '1997-10-03', '1997-11-14', '1997-10-22', 2, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10692, 'ALFKI', 4, '1997-10-03', '1997-10-31', '1997-10-13', 2, 0, 'Alfreds Futterkiste', 'Obere Str. 57', 'Berlin', '', '12209', 'Germany'),
(10693, 'WHITC', 3, '1997-10-06', '1997-10-20', '1997-10-10', 3, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10694, 'QUICK', 8, '1997-10-06', '1997-11-03', '1997-10-09', 3, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10695, 'WILMK', 7, '1997-10-07', '1997-11-18', '1997-10-14', 1, 0, 'Wilman Kala', 'Keskuskatu 45', 'Helsinki', '', '21240', 'Finland'),
(10696, 'WHITC', 8, '1997-10-08', '1997-11-19', '1997-10-14', 3, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10697, 'LINOD', 3, '1997-10-08', '1997-11-05', '1997-10-14', 1, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(10698, 'ERNSH', 4, '1997-10-09', '1997-11-06', '1997-10-17', 1, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10699, 'MORGK', 3, '1997-10-09', '1997-11-06', '1997-10-13', 3, 0, 'Morgenstern Gesundkost', 'Heerstr. 22', 'Leipzig', '', '04179', 'Germany'),
(10700, 'SAVEA', 3, '1997-10-10', '1997-11-07', '1997-10-16', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10701, 'HUNGO', 6, '1997-10-13', '1997-10-27', '1997-10-15', 3, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10702, 'ALFKI', 4, '1997-10-13', '1997-11-24', '1997-10-21', 1, 0, 'Alfreds Futterkiste', 'Obere Str. 57', 'Berlin', '', '12209', 'Germany'),
(10703, 'FOLKO', 6, '1997-10-14', '1997-11-11', '1997-10-20', 2, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10704, 'QUEEN', 6, '1997-10-14', '1997-11-11', '1997-11-07', 1, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10705, 'HILAA', 9, '1997-10-15', '1997-11-12', '1997-11-18', 2, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10706, 'OLDWO', 8, '1997-10-16', '1997-11-13', '1997-10-21', 3, 0, 'Old World Delicatessen', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States'),
(10707, 'AROUT', 4, '1997-10-16', '1997-10-30', '1997-10-23', 3, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10708, 'THEBI', 6, '1997-10-17', '1997-11-28', '1997-11-05', 2, 0, 'The Big Cheese', '89 Jefferson Way\r\nSuite 2', 'Portland', 'OR', '97201', 'United States'),
(10709, 'GOURL', 1, '1997-10-17', '1997-11-14', '1997-11-20', 3, 0, 'Gourmet Lanchonetes', 'Av. Brasil, 442', 'Campinas', 'SP', '04876-786', 'Brazil'),
(10710, 'FRANS', 1, '1997-10-20', '1997-11-17', '1997-10-23', 1, 0, 'Franchi S.p.A.', 'Via Monte Bianco 34', 'Torino', '', '10100', 'Italy'),
(10711, 'SAVEA', 5, '1997-10-21', '1997-12-02', '1997-10-29', 2, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10712, 'HUNGO', 3, '1997-10-21', '1997-11-18', '1997-10-31', 1, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10713, 'SAVEA', 1, '1997-10-22', '1997-11-19', '1997-10-24', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10714, 'SAVEA', 5, '1997-10-22', '1997-11-19', '1997-10-27', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10715, 'BONAP', 3, '1997-10-23', '1997-11-06', '1997-10-29', 1, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10716, 'RANCH', 4, '1997-10-24', '1997-11-21', '1997-10-27', 2, 0, 'Rancho grande', 'Av. del Libertador 900', 'Buenos Aires', '', '1010', 'Argentina'),
(10717, 'FRANK', 1, '1997-10-24', '1997-11-21', '1997-10-29', 2, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10718, 'KOENE', 1, '1997-10-27', '1997-11-24', '1997-10-29', 3, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10719, 'LETSS', 8, '1997-10-27', '1997-11-24', '1997-11-05', 2, 0, 'Let''s Stop N Shop', '87 Polk St.\r\nSuite 5', 'San Francisco', 'CA', '94117', 'United States'),
(10720, 'QUEDE', 8, '1997-10-28', '1997-11-11', '1997-11-05', 2, 0, 'Que Del?cia', 'Rua da Panificadora, 12', 'Rio de Janeiro', 'RJ', '02389-673', 'Brazil'),
(10721, 'QUICK', 5, '1997-10-29', '1997-11-26', '1997-10-31', 3, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10722, 'SAVEA', 8, '1997-10-29', '1997-12-10', '1997-11-04', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10723, 'WHITC', 3, '1997-10-30', '1997-11-27', '1997-11-25', 1, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10724, 'MEREP', 8, '1997-10-30', '1997-12-11', '1997-11-05', 2, 0, 'M?re Paillarde', '43 rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada'),
(10725, 'FAMIA', 4, '1997-10-31', '1997-11-28', '1997-11-05', 3, 0, 'Familia Arquibaldo', 'Rua Or?s, 92', 'S?o Paulo', 'SP', '05442-030', 'Brazil'),
(10726, 'EASTC', 4, '1997-11-03', '1997-11-17', '1997-12-05', 1, 0, 'Eastern Connection', '35 King George', 'London', '', 'WX3 6FW', 'United Kingdom'),
(10727, 'REGGC', 2, '1997-11-03', '1997-12-01', '1997-12-05', 1, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(10728, 'QUEEN', 4, '1997-11-04', '1997-12-02', '1997-11-11', 2, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10729, 'LINOD', 8, '1997-11-04', '1997-12-16', '1997-11-14', 3, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(10730, 'BONAP', 5, '1997-11-05', '1997-12-03', '1997-11-14', 1, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10731, 'CHOPS', 7, '1997-11-06', '1997-12-04', '1997-11-14', 1, 0, 'Chop-suey Chinese', 'Hauptstr. 31', 'Bern', '', '3012', 'Switzerland'),
(10732, 'BONAP', 3, '1997-11-06', '1997-12-04', '1997-11-07', 1, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10733, 'BERGS', 1, '1997-11-07', '1997-12-05', '1997-11-10', 3, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10734, 'GOURL', 2, '1997-11-07', '1997-12-05', '1997-11-12', 3, 0, 'Gourmet Lanchonetes', 'Av. Brasil, 442', 'Campinas', 'SP', '04876-786', 'Brazil'),
(10735, 'LETSS', 6, '1997-11-10', '1997-12-08', '1997-11-21', 2, 0, 'Let''s Stop N Shop', '87 Polk St.\r\nSuite 5', 'San Francisco', 'CA', '94117', 'United States'),
(10736, 'HUNGO', 9, '1997-11-11', '1997-12-09', '1997-11-21', 2, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10737, 'VINET', 2, '1997-11-11', '1997-12-09', '1997-11-18', 2, 0, 'Vins et alcools Chevalier', '59 rue de l''Abbaye', 'Reims', '', '51100', 'France'),
(10738, 'SPECD', 2, '1997-11-12', '1997-12-10', '1997-11-18', 1, 0, 'Sp?cialit?s du monde', '25, rue Lauriston', 'Paris', '', '75016', 'France'),
(10739, 'VINET', 3, '1997-11-12', '1997-12-10', '1997-11-17', 3, 0, 'Vins et alcools Chevalier', '59 rue de l''Abbaye', 'Reims', '', '51100', 'France'),
(10740, 'WHITC', 4, '1997-11-13', '1997-12-11', '1997-11-25', 2, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10741, 'AROUT', 4, '1997-11-14', '1997-11-28', '1997-11-18', 3, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10742, 'BOTTM', 3, '1997-11-14', '1997-12-12', '1997-11-18', 3, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10743, 'AROUT', 1, '1997-11-17', '1997-12-15', '1997-11-21', 2, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10744, 'VAFFE', 6, '1997-11-17', '1997-12-15', '1997-11-24', 1, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10745, 'QUICK', 9, '1997-11-18', '1997-12-16', '1997-11-27', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10746, 'CHOPS', 1, '1997-11-19', '1997-12-17', '1997-11-21', 3, 0, 'Chop-suey Chinese', 'Hauptstr. 31', 'Bern', '', '3012', 'Switzerland'),
(10747, 'PICCO', 6, '1997-11-19', '1997-12-17', '1997-11-26', 1, 0, 'Piccolo und mehr', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria'),
(10748, 'SAVEA', 3, '1997-11-20', '1997-12-18', '1997-11-28', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10749, 'ISLAT', 4, '1997-11-20', '1997-12-18', '1997-12-19', 2, 0, 'Island Trading', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom'),
(10750, 'WARTH', 9, '1997-11-21', '1997-12-19', '1997-11-24', 1, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10751, 'RICSU', 3, '1997-11-24', '1997-12-22', '1997-12-03', 3, 0, 'Richter Supermarkt', 'Starenweg 5', 'Gen?ve', '', '1204', 'Switzerland'),
(10752, 'NORTS', 2, '1997-11-24', '1997-12-22', '1997-11-28', 3, 0, 'North/South', 'South House\r\n300 Queensbridge', 'London', '', 'SW7 1RZ', 'United Kingdom'),
(10753, 'FRANS', 3, '1997-11-25', '1997-12-23', '1997-11-27', 1, 0, 'Franchi S.p.A.', 'Via Monte Bianco 34', 'Torino', '', '10100', 'Italy'),
(10754, 'MAGAA', 6, '1997-11-25', '1997-12-23', '1997-11-27', 3, 0, 'Magazzini Alimentari Riuniti', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy'),
(10755, 'BONAP', 4, '1997-11-26', '1997-12-24', '1997-11-28', 2, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10756, 'SPLIR', 8, '1997-11-27', '1997-12-25', '1997-12-02', 2, 0, 'Split Rail Beer & Ale', 'P.O. Box 555', 'Lander', 'WY', '82520', 'United States'),
(10757, 'SAVEA', 6, '1997-11-27', '1997-12-25', '1997-12-15', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10758, 'RICSU', 3, '1997-11-28', '1997-12-26', '1997-12-04', 3, 0, 'Richter Supermarkt', 'Starenweg 5', 'Gen?ve', '', '1204', 'Switzerland'),
(10759, 'ANATR', 3, '1997-11-28', '1997-12-26', '1997-12-12', 3, 0, 'Ana Trujillo Emparedados y helados', 'Avda. de la Constituci?n 2222', 'M?xico D.F.', '', '05021', 'Mexico'),
(10760, 'MAISD', 4, '1997-12-01', '1997-12-29', '1997-12-10', 1, 0, 'Maison Dewey', 'Rue Joseph-Bens 532', 'Bruxelles', '', 'B-1180', 'Belgium'),
(10761, 'RATTC', 5, '1997-12-02', '1997-12-30', '1997-12-08', 2, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10762, 'FOLKO', 3, '1997-12-02', '1997-12-30', '1997-12-09', 1, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10763, 'FOLIG', 3, '1997-12-03', '1997-12-31', '1997-12-08', 3, 0, 'Folies gourmandes', '184, chauss?e de Tournai', 'Lille', '', '59000', 'France'),
(10764, 'ERNSH', 6, '1997-12-03', '1997-12-31', '1997-12-08', 3, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10765, 'QUICK', 3, '1997-12-04', '1998-01-01', '1997-12-09', 3, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10766, 'OTTIK', 4, '1997-12-05', '1998-01-02', '1997-12-09', 1, 0, 'Ottilies K?seladen', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany'),
(10767, 'SUPRD', 4, '1997-12-05', '1998-01-02', '1997-12-15', 3, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(10768, 'AROUT', 3, '1997-12-08', '1998-01-05', '1997-12-15', 2, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10769, 'VAFFE', 3, '1997-12-08', '1998-01-05', '1997-12-12', 1, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10770, 'HANAR', 8, '1997-12-09', '1998-01-06', '1997-12-17', 3, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10771, 'ERNSH', 9, '1997-12-10', '1998-01-07', '1998-01-02', 2, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10772, 'LEHMS', 3, '1997-12-10', '1998-01-07', '1997-12-19', 2, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10773, 'ERNSH', 1, '1997-12-11', '1998-01-08', '1997-12-16', 3, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10774, 'FOLKO', 4, '1997-12-11', '1997-12-25', '1997-12-12', 1, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10775, 'THECR', 7, '1997-12-12', '1998-01-09', '1997-12-26', 1, 0, 'The Cracker Box', '55 Grizzly Peak Rd.', 'Butte', 'MT', '59801', 'United States'),
(10776, 'ERNSH', 1, '1997-12-15', '1998-01-12', '1997-12-18', 3, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10777, 'GOURL', 7, '1997-12-15', '1997-12-29', '1998-01-21', 2, 0, 'Gourmet Lanchonetes', 'Av. Brasil, 442', 'Campinas', 'SP', '04876-786', 'Brazil'),
(10778, 'BERGS', 3, '1997-12-16', '1998-01-13', '1997-12-24', 1, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10779, 'MORGK', 3, '1997-12-16', '1998-01-13', '1998-01-14', 2, 0, 'Morgenstern Gesundkost', 'Heerstr. 22', 'Leipzig', '', '04179', 'Germany'),
(10780, 'LILAS', 2, '1997-12-16', '1997-12-30', '1997-12-25', 1, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10781, 'WARTH', 2, '1997-12-17', '1998-01-14', '1997-12-19', 3, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(10782, 'CACTU', 9, '1997-12-17', '1998-01-14', '1997-12-22', 3, 0, 'Cactus Comidas para llevar', 'Cerrito 333', 'Buenos Aires', '', '1010', 'Argentina'),
(10783, 'HANAR', 4, '1997-12-18', '1998-01-15', '1997-12-19', 2, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10784, 'MAGAA', 4, '1997-12-18', '1998-01-15', '1997-12-22', 3, 0, 'Magazzini Alimentari Riuniti', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy'),
(10785, 'GROSR', 1, '1997-12-18', '1998-01-15', '1997-12-24', 3, 0, 'GROSELLA-Restaurante', '5? Ave. Los Palos Grandes', 'Caracas', 'DF', '1081', 'Venezuela'),
(10786, 'QUEEN', 8, '1997-12-19', '1998-01-16', '1997-12-23', 1, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10787, 'LAMAI', 2, '1997-12-19', '1998-01-02', '1997-12-26', 1, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10788, 'QUICK', 1, '1997-12-22', '1998-01-19', '1998-01-19', 2, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10789, 'FOLIG', 1, '1997-12-22', '1998-01-19', '1997-12-31', 2, 0, 'Folies gourmandes', '184, chauss?e de Tournai', 'Lille', '', '59000', 'France'),
(10790, 'GOURL', 6, '1997-12-22', '1998-01-19', '1997-12-26', 1, 0, 'Gourmet Lanchonetes', 'Av. Brasil, 442', 'Campinas', 'SP', '04876-786', 'Brazil'),
(10791, 'FRANK', 6, '1997-12-23', '1998-01-20', '1998-01-01', 2, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10792, 'WOLZA', 1, '1997-12-23', '1998-01-20', '1997-12-31', 3, 0, 'Wolski Zajazd', 'ul. Filtrowa 68', 'Warszawa', '', '01-012', 'Poland'),
(10793, 'AROUT', 3, '1997-12-24', '1998-01-21', '1998-01-08', 3, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10794, 'QUEDE', 6, '1997-12-24', '1998-01-21', '1998-01-02', 1, 0, 'Que Del?cia', 'Rua da Panificadora, 12', 'Rio de Janeiro', 'RJ', '02389-673', 'Brazil'),
(10795, 'ERNSH', 8, '1997-12-24', '1998-01-21', '1998-01-20', 2, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10796, 'HILAA', 3, '1997-12-25', '1998-01-22', '1998-01-14', 1, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10797, 'DRACD', 7, '1997-12-25', '1998-01-22', '1998-01-05', 2, 0, 'Drachenblut Delikatessen', 'Walserweg 21', 'Aachen', '', '52066', 'Germany'),
(10798, 'ISLAT', 2, '1997-12-26', '1998-01-23', '1998-01-05', 1, 0, 'Island Trading', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom'),
(10799, 'KOENE', 9, '1997-12-26', '1998-02-06', '1998-01-05', 3, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10800, 'SEVES', 1, '1997-12-26', '1998-01-23', '1998-01-05', 3, 0, 'Seven Seas Imports', '90 Wadhurst Rd.', 'London', '', 'OX15 4NB', 'United Kingdom'),
(10801, 'BOLID', 4, '1997-12-29', '1998-01-26', '1997-12-31', 2, 0, 'B?lido Comidas preparadas', 'C/ Araquil, 67', 'Madrid', '', '28023', 'Spain'),
(10802, 'SIMOB', 4, '1997-12-29', '1998-01-26', '1998-01-02', 2, 0, 'Simons bistro', 'Vinb?ltet 34', 'K?benhavn', '', '1734', 'Denmark'),
(10803, 'WELLI', 4, '1997-12-30', '1998-01-27', '1998-01-06', 1, 0, 'Wellington Importadora', 'Rua do Mercado, 12', 'Resende', 'SP', '08737-363', 'Brazil'),
(10804, 'SEVES', 6, '1997-12-30', '1998-01-27', '1998-01-07', 2, 0, 'Seven Seas Imports', '90 Wadhurst Rd.', 'London', '', 'OX15 4NB', 'United Kingdom'),
(10805, 'THEBI', 2, '1997-12-30', '1998-01-27', '1998-01-09', 3, 0, 'The Big Cheese', '89 Jefferson Way\r\nSuite 2', 'Portland', 'OR', '97201', 'United States'),
(10806, 'VICTE', 3, '1997-12-31', '1998-01-28', '1998-01-05', 2, 0, 'Victuailles en stock', '2, rue du Commerce', 'Lyon', '', '69004', 'France'),
(10807, 'FRANS', 4, '1997-12-31', '1998-01-28', '1998-01-30', 1, 0, 'Franchi S.p.A.', 'Via Monte Bianco 34', 'Torino', '', '10100', 'Italy'),
(10808, 'OLDWO', 2, '1998-01-01', '1998-01-29', '1998-01-09', 3, 0, 'Old World Delicatessen', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States'),
(10809, 'WELLI', 7, '1998-01-01', '1998-01-29', '1998-01-07', 1, 0, 'Wellington Importadora', 'Rua do Mercado, 12', 'Resende', 'SP', '08737-363', 'Brazil'),
(10810, 'LAUGB', 2, '1998-01-01', '1998-01-29', '1998-01-07', 3, 0, 'Laughing Bacchus Wine Cellars', '2319 Elm St.', 'Vancouver', 'BC', 'V3F 2K1', 'Canada'),
(10811, 'LINOD', 8, '1998-01-02', '1998-01-30', '1998-01-08', 1, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(10812, 'REGGC', 5, '1998-01-02', '1998-01-30', '1998-01-12', 1, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(10813, 'RICAR', 1, '1998-01-05', '1998-02-02', '1998-01-09', 1, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(10814, 'VICTE', 3, '1998-01-05', '1998-02-02', '1998-01-14', 3, 0, 'Victuailles en stock', '2, rue du Commerce', 'Lyon', '', '69004', 'France'),
(10815, 'SAVEA', 2, '1998-01-05', '1998-02-02', '1998-01-14', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10816, 'GREAL', 4, '1998-01-06', '1998-02-03', '1998-02-04', 2, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(10817, 'KOENE', 3, '1998-01-06', '1998-01-20', '1998-01-13', 2, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10818, 'MAGAA', 7, '1998-01-07', '1998-02-04', '1998-01-12', 3, 0, 'Magazzini Alimentari Riuniti', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy'),
(10819, 'CACTU', 2, '1998-01-07', '1998-02-04', '1998-01-16', 3, 0, 'Cactus Comidas para llevar', 'Cerrito 333', 'Buenos Aires', '', '1010', 'Argentina'),
(10820, 'RATTC', 3, '1998-01-07', '1998-02-04', '1998-01-13', 2, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10821, 'SPLIR', 1, '1998-01-08', '1998-02-05', '1998-01-15', 1, 0, 'Split Rail Beer & Ale', 'P.O. Box 555', 'Lander', 'WY', '82520', 'United States'),
(10822, 'TRAIH', 6, '1998-01-08', '1998-02-05', '1998-01-16', 3, 0, 'Trail''s Head Gourmet Provisioners', '722 DaVinci Blvd.', 'Kirkland', 'WA', '98034', 'United States'),
(10823, 'LILAS', 5, '1998-01-09', '1998-02-06', '1998-01-13', 2, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10824, 'FOLKO', 8, '1998-01-09', '1998-02-06', '1998-01-30', 1, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10825, 'DRACD', 1, '1998-01-09', '1998-02-06', '1998-01-14', 1, 0, 'Drachenblut Delikatessen', 'Walserweg 21', 'Aachen', '', '52066', 'Germany'),
(10826, 'BLONP', 6, '1998-01-12', '1998-02-09', '1998-02-06', 1, 0, 'Blondel p?re et fils', '24, place Kl?ber', 'Strasbourg', '', '67000', 'France'),
(10827, 'BONAP', 1, '1998-01-12', '1998-01-26', '1998-02-06', 2, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10828, 'RANCH', 9, '1998-01-13', '1998-01-27', '1998-02-04', 1, 0, 'Rancho grande', 'Av. del Libertador 900', 'Buenos Aires', '', '1010', 'Argentina'),
(10829, 'ISLAT', 9, '1998-01-13', '1998-02-10', '1998-01-23', 1, 0, 'Island Trading', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom'),
(10830, 'TRADH', 4, '1998-01-13', '1998-02-24', '1998-01-21', 2, 0, 'Tradi??o Hipermercados', 'Av. In?s de Castro, 414', 'S?o Paulo', 'SP', '05634-030', 'Brazil'),
(10831, 'SANTG', 3, '1998-01-14', '1998-02-11', '1998-01-23', 2, 0, 'Sant? Gourmet', 'Erling Skakkes gate 78', 'Stavern', '', '4110', 'Norway'),
(10832, 'LAMAI', 2, '1998-01-14', '1998-02-11', '1998-01-19', 2, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10833, 'OTTIK', 6, '1998-01-15', '1998-02-12', '1998-01-23', 2, 0, 'Ottilies K?seladen', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany'),
(10834, 'TRADH', 1, '1998-01-15', '1998-02-12', '1998-01-19', 3, 0, 'Tradi??o Hipermercados', 'Av. In?s de Castro, 414', 'S?o Paulo', 'SP', '05634-030', 'Brazil'),
(10835, 'ALFKI', 1, '1998-01-15', '1998-02-12', '1998-01-21', 3, 0, 'Alfreds Futterkiste', 'Obere Str. 57', 'Berlin', '', '12209', 'Germany'),
(10836, 'ERNSH', 7, '1998-01-16', '1998-02-13', '1998-01-21', 1, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10837, 'BERGS', 9, '1998-01-16', '1998-02-13', '1998-01-23', 3, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10838, 'LINOD', 3, '1998-01-19', '1998-02-16', '1998-01-23', 3, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(10839, 'TRADH', 3, '1998-01-19', '1998-02-16', '1998-01-22', 3, 0, 'Tradi??o Hipermercados', 'Av. In?s de Castro, 414', 'S?o Paulo', 'SP', '05634-030', 'Brazil'),
(10840, 'LINOD', 4, '1998-01-19', '1998-03-02', '1998-02-16', 2, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(10841, 'SUPRD', 5, '1998-01-20', '1998-02-17', '1998-01-29', 2, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(10842, 'TORTU', 1, '1998-01-20', '1998-02-17', '1998-01-29', 3, 0, 'Tortuga Restaurante', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico'),
(10843, 'VICTE', 4, '1998-01-21', '1998-02-18', '1998-01-26', 2, 0, 'Victuailles en stock', '2, rue du Commerce', 'Lyon', '', '69004', 'France'),
(10844, 'PICCO', 8, '1998-01-21', '1998-02-18', '1998-01-26', 2, 0, 'Piccolo und mehr', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria'),
(10845, 'QUICK', 8, '1998-01-21', '1998-02-04', '1998-01-30', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10846, 'SUPRD', 2, '1998-01-22', '1998-03-05', '1998-01-23', 3, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(10847, 'SAVEA', 4, '1998-01-22', '1998-02-05', '1998-02-10', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10848, 'CONSH', 7, '1998-01-23', '1998-02-20', '1998-01-29', 2, 0, 'Consolidated Holdings', 'Berkeley Gardens\r\n12  Brewery', 'London', '', 'WX1 6LT', 'United Kingdom'),
(10849, 'KOENE', 9, '1998-01-23', '1998-02-20', '1998-01-30', 2, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10850, 'VICTE', 1, '1998-01-23', '1998-03-06', '1998-01-30', 1, 0, 'Victuailles en stock', '2, rue du Commerce', 'Lyon', '', '69004', 'France'),
(10851, 'RICAR', 5, '1998-01-26', '1998-02-23', '1998-02-02', 1, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(10852, 'RATTC', 8, '1998-01-26', '1998-02-09', '1998-01-30', 1, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10853, 'BLAUS', 9, '1998-01-27', '1998-02-24', '1998-02-03', 2, 0, 'Blauer See Delikatessen', 'Forsterstr. 57', 'Mannheim', '', '68306', 'Germany'),
(10854, 'ERNSH', 3, '1998-01-27', '1998-02-24', '1998-02-05', 2, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10855, 'OLDWO', 3, '1998-01-27', '1998-02-24', '1998-02-04', 1, 0, 'Old World Delicatessen', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States'),
(10856, 'ANTON', 3, '1998-01-28', '1998-02-25', '1998-02-10', 2, 0, 'Antonio Moreno Taquer?a', 'Mataderos  2312', 'M?xico D.F.', '', '05023', 'Mexico'),
(10857, 'BERGS', 8, '1998-01-28', '1998-02-25', '1998-02-06', 2, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10858, 'LACOR', 2, '1998-01-29', '1998-02-26', '1998-02-03', 1, 0, 'La corne d''abondance', '67, avenue de l''Europe', 'Versailles', '', '78000', 'France'),
(10859, 'FRANK', 1, '1998-01-29', '1998-02-26', '1998-02-02', 2, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10860, 'FRANR', 3, '1998-01-29', '1998-02-26', '1998-02-04', 3, 0, 'France restauration', '54, rue Royale', 'Nantes', '', '44000', 'France'),
(10861, 'WHITC', 4, '1998-01-30', '1998-02-27', '1998-02-17', 2, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10862, 'LEHMS', 8, '1998-01-30', '1998-03-13', '1998-02-02', 2, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10863, 'HILAA', 4, '1998-02-02', '1998-03-02', '1998-02-17', 2, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10864, 'AROUT', 4, '1998-02-02', '1998-03-02', '1998-02-09', 2, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10865, 'QUICK', 2, '1998-02-02', '1998-02-16', '1998-02-12', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10866, 'BERGS', 5, '1998-02-03', '1998-03-03', '1998-02-12', 1, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10867, 'LONEP', 6, '1998-02-03', '1998-03-17', '1998-02-11', 1, 0, 'Lonesome Pine Restaurant', '89 Chiaroscuro Rd.', 'Portland', 'OR', '97219', 'United States'),
(10868, 'QUEEN', 7, '1998-02-04', '1998-03-04', '1998-02-23', 2, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10869, 'SEVES', 5, '1998-02-04', '1998-03-04', '1998-02-09', 1, 0, 'Seven Seas Imports', '90 Wadhurst Rd.', 'London', '', 'OX15 4NB', 'United Kingdom'),
(10870, 'WOLZA', 5, '1998-02-04', '1998-03-04', '1998-02-13', 3, 0, 'Wolski Zajazd', 'ul. Filtrowa 68', 'Warszawa', '', '01-012', 'Poland'),
(10871, 'BONAP', 9, '1998-02-05', '1998-03-05', '1998-02-10', 2, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10872, 'GODOS', 5, '1998-02-05', '1998-03-05', '1998-02-09', 2, 0, 'Godos Cocina T?pica', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain'),
(10873, 'WILMK', 4, '1998-02-06', '1998-03-06', '1998-02-09', 1, 0, 'Wilman Kala', 'Keskuskatu 45', 'Helsinki', '', '21240', 'Finland'),
(10874, 'GODOS', 5, '1998-02-06', '1998-03-06', '1998-02-11', 2, 0, 'Godos Cocina T?pica', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain'),
(10875, 'BERGS', 4, '1998-02-06', '1998-03-06', '1998-03-03', 2, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10876, 'BONAP', 7, '1998-02-09', '1998-03-09', '1998-02-12', 3, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10877, 'RICAR', 1, '1998-02-09', '1998-03-09', '1998-02-19', 1, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(10878, 'QUICK', 4, '1998-02-10', '1998-03-10', '1998-02-12', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10879, 'WILMK', 3, '1998-02-10', '1998-03-10', '1998-02-12', 3, 0, 'Wilman Kala', 'Keskuskatu 45', 'Helsinki', '', '21240', 'Finland'),
(10880, 'FOLKO', 7, '1998-02-10', '1998-03-24', '1998-02-18', 1, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10881, 'CACTU', 4, '1998-02-11', '1998-03-11', '1998-02-18', 1, 0, 'Cactus Comidas para llevar', 'Cerrito 333', 'Buenos Aires', '', '1010', 'Argentina'),
(10882, 'SAVEA', 4, '1998-02-11', '1998-03-11', '1998-02-20', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10883, 'LONEP', 8, '1998-02-12', '1998-03-12', '1998-02-20', 3, 0, 'Lonesome Pine Restaurant', '89 Chiaroscuro Rd.', 'Portland', 'OR', '97219', 'United States'),
(10884, 'LETSS', 4, '1998-02-12', '1998-03-12', '1998-02-13', 2, 0, 'Let''s Stop N Shop', '87 Polk St.\r\nSuite 5', 'San Francisco', 'CA', '94117', 'United States'),
(10885, 'SUPRD', 6, '1998-02-12', '1998-03-12', '1998-02-18', 3, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(10886, 'HANAR', 1, '1998-02-13', '1998-03-13', '1998-03-02', 1, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10887, 'GALED', 8, '1998-02-13', '1998-03-13', '1998-02-16', 3, 0, 'Galer?a del gastron?mo', 'Rambla de Catalu?a, 23', 'Barcelona', '', '8022', 'Spain'),
(10888, 'GODOS', 1, '1998-02-16', '1998-03-16', '1998-02-23', 2, 0, 'Godos Cocina T?pica', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain'),
(10889, 'RATTC', 9, '1998-02-16', '1998-03-16', '1998-02-23', 3, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10890, 'DUMON', 7, '1998-02-16', '1998-03-16', '1998-02-18', 1, 0, 'Du monde entier', '67, rue des Cinquante Otages', 'Nantes', '', '44000', 'France'),
(10891, 'LEHMS', 7, '1998-02-17', '1998-03-17', '1998-02-19', 2, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10892, 'MAISD', 4, '1998-02-17', '1998-03-17', '1998-02-19', 2, 0, 'Maison Dewey', 'Rue Joseph-Bens 532', 'Bruxelles', '', 'B-1180', 'Belgium'),
(10893, 'KOENE', 9, '1998-02-18', '1998-03-18', '1998-02-20', 2, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(10894, 'SAVEA', 1, '1998-02-18', '1998-03-18', '1998-02-20', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10895, 'ERNSH', 3, '1998-02-18', '1998-03-18', '1998-02-23', 1, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10896, 'MAISD', 7, '1998-02-19', '1998-03-19', '1998-02-27', 3, 0, 'Maison Dewey', 'Rue Joseph-Bens 532', 'Bruxelles', '', 'B-1180', 'Belgium'),
(10897, 'HUNGO', 3, '1998-02-19', '1998-03-19', '1998-02-25', 2, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10898, 'OCEAN', 4, '1998-02-20', '1998-03-20', '1998-03-06', 2, 0, 'Oc?ano Atl?ntico Ltda.', 'Ing. Gustavo Moncada 8585\r\nPiso 20-A', 'Buenos Aires', '', '1010', 'Argentina'),
(10899, 'LILAS', 5, '1998-02-20', '1998-03-20', '1998-02-26', 3, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10900, 'WELLI', 1, '1998-02-20', '1998-03-20', '1998-03-04', 2, 0, 'Wellington Importadora', 'Rua do Mercado, 12', 'Resende', 'SP', '08737-363', 'Brazil'),
(10901, 'HILAA', 4, '1998-02-23', '1998-03-23', '1998-02-26', 1, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10902, 'FOLKO', 1, '1998-02-23', '1998-03-23', '1998-03-03', 1, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10903, 'HANAR', 3, '1998-02-24', '1998-03-24', '1998-03-04', 3, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10904, 'WHITC', 3, '1998-02-24', '1998-03-24', '1998-02-27', 3, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(10905, 'WELLI', 9, '1998-02-24', '1998-03-24', '1998-03-06', 2, 0, 'Wellington Importadora', 'Rua do Mercado, 12', 'Resende', 'SP', '08737-363', 'Brazil'),
(10906, 'WOLZA', 4, '1998-02-25', '1998-03-11', '1998-03-03', 3, 0, 'Wolski Zajazd', 'ul. Filtrowa 68', 'Warszawa', '', '01-012', 'Poland'),
(10907, 'SPECD', 6, '1998-02-25', '1998-03-25', '1998-02-27', 3, 0, 'Sp?cialit?s du monde', '25, rue Lauriston', 'Paris', '', '75016', 'France'),
(10908, 'REGGC', 4, '1998-02-26', '1998-03-26', '1998-03-06', 2, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy');
INSERT INTO `orders` (`OrderID`, `CustomerID`, `EmployeeID`, `OrderDate`, `RequiredDate`, `ShippedDate`, `ShipVia`, `Freight`, `ShipName`, `ShipAddress`, `ShipCity`, `ShipRegion`, `ShipPostalCode`, `ShipCountry`) VALUES
(10909, 'SANTG', 1, '1998-02-26', '1998-03-26', '1998-03-10', 2, 0, 'Sant? Gourmet', 'Erling Skakkes gate 78', 'Stavern', '', '4110', 'Norway'),
(10910, 'WILMK', 1, '1998-02-26', '1998-03-26', '1998-03-04', 3, 0, 'Wilman Kala', 'Keskuskatu 45', 'Helsinki', '', '21240', 'Finland'),
(10911, 'GODOS', 3, '1998-02-26', '1998-03-26', '1998-03-05', 1, 0, 'Godos Cocina T?pica', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain'),
(10912, 'HUNGO', 2, '1998-02-26', '1998-03-26', '1998-03-18', 2, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10913, 'QUEEN', 4, '1998-02-26', '1998-03-26', '1998-03-04', 1, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10914, 'QUEEN', 6, '1998-02-27', '1998-03-27', '1998-03-02', 1, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10915, 'TORTU', 2, '1998-02-27', '1998-03-27', '1998-03-02', 2, 0, 'Tortuga Restaurante', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico'),
(10916, 'RANCH', 1, '1998-02-27', '1998-03-27', '1998-03-09', 2, 0, 'Rancho grande', 'Av. del Libertador 900', 'Buenos Aires', '', '1010', 'Argentina'),
(10917, 'ROMEY', 4, '1998-03-02', '1998-03-30', '1998-03-11', 2, 0, 'Romero y tomillo', 'Gran V?a, 1', 'Madrid', '', '28001', 'Spain'),
(10918, 'BOTTM', 3, '1998-03-02', '1998-03-30', '1998-03-11', 3, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10919, 'LINOD', 2, '1998-03-02', '1998-03-30', '1998-03-04', 2, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(10920, 'AROUT', 4, '1998-03-03', '1998-03-31', '1998-03-09', 2, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10921, 'VAFFE', 1, '1998-03-03', '1998-04-14', '1998-03-09', 1, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10922, 'HANAR', 5, '1998-03-03', '1998-03-31', '1998-03-05', 3, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10923, 'LAMAI', 7, '1998-03-03', '1998-04-14', '1998-03-13', 3, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(10924, 'BERGS', 3, '1998-03-04', '1998-04-01', '1998-04-08', 2, 0, 'Berglunds snabbk?p', 'Berguvsv?gen  8', 'Lule?', '', 'S-958 22', 'Sweden'),
(10925, 'HANAR', 3, '1998-03-04', '1998-04-01', '1998-03-13', 1, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10926, 'ANATR', 4, '1998-03-04', '1998-04-01', '1998-03-11', 3, 0, 'Ana Trujillo Emparedados y helados', 'Avda. de la Constituci?n 2222', 'M?xico D.F.', '', '05021', 'Mexico'),
(10927, 'LACOR', 4, '1998-03-05', '1998-04-02', '1998-04-08', 1, 0, 'La corne d''abondance', '67, avenue de l''Europe', 'Versailles', '', '78000', 'France'),
(10928, 'GALED', 1, '1998-03-05', '1998-04-02', '1998-03-18', 1, 0, 'Galer?a del gastron?mo', 'Rambla de Catalu?a, 23', 'Barcelona', '', '8022', 'Spain'),
(10929, 'FRANK', 6, '1998-03-05', '1998-04-02', '1998-03-12', 1, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(10930, 'SUPRD', 4, '1998-03-06', '1998-04-17', '1998-03-18', 3, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(10931, 'RICSU', 4, '1998-03-06', '1998-03-20', '1998-03-19', 2, 0, 'Richter Supermarkt', 'Starenweg 5', 'Gen?ve', '', '1204', 'Switzerland'),
(10932, 'BONAP', 8, '1998-03-06', '1998-04-03', '1998-03-24', 1, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10933, 'ISLAT', 6, '1998-03-06', '1998-04-03', '1998-03-16', 3, 0, 'Island Trading', 'Garden House\r\nCrowther Way', 'Cowes', 'Isle of Wight', 'PO31 7PJ', 'United Kingdom'),
(10934, 'LEHMS', 3, '1998-03-09', '1998-04-06', '1998-03-12', 3, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(10935, 'WELLI', 4, '1998-03-09', '1998-04-06', '1998-03-18', 3, 0, 'Wellington Importadora', 'Rua do Mercado, 12', 'Resende', 'SP', '08737-363', 'Brazil'),
(10936, 'GREAL', 3, '1998-03-09', '1998-04-06', '1998-03-18', 2, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(10937, 'CACTU', 7, '1998-03-10', '1998-03-24', '1998-03-13', 3, 0, 'Cactus Comidas para llevar', 'Cerrito 333', 'Buenos Aires', '', '1010', 'Argentina'),
(10938, 'QUICK', 3, '1998-03-10', '1998-04-07', '1998-03-16', 2, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10939, 'MAGAA', 2, '1998-03-10', '1998-04-07', '1998-03-13', 2, 0, 'Magazzini Alimentari Riuniti', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy'),
(10940, 'BONAP', 8, '1998-03-11', '1998-04-08', '1998-03-23', 3, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(10941, 'SAVEA', 7, '1998-03-11', '1998-04-08', '1998-03-20', 2, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10942, 'REGGC', 9, '1998-03-11', '1998-04-08', '1998-03-18', 3, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(10943, 'BSBEV', 4, '1998-03-11', '1998-04-08', '1998-03-19', 2, 0, 'B''s Beverages', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom'),
(10944, 'BOTTM', 6, '1998-03-12', '1998-03-26', '1998-03-13', 3, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10945, 'MORGK', 4, '1998-03-12', '1998-04-09', '1998-03-18', 1, 0, 'Morgenstern Gesundkost', 'Heerstr. 22', 'Leipzig', '', '04179', 'Germany'),
(10946, 'VAFFE', 1, '1998-03-12', '1998-04-09', '1998-03-19', 2, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10947, 'BSBEV', 3, '1998-03-13', '1998-04-10', '1998-03-16', 2, 0, 'B''s Beverages', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom'),
(10948, 'GODOS', 3, '1998-03-13', '1998-04-10', '1998-03-19', 3, 0, 'Godos Cocina T?pica', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain'),
(10949, 'BOTTM', 2, '1998-03-13', '1998-04-10', '1998-03-17', 3, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10950, 'MAGAA', 1, '1998-03-16', '1998-04-13', '1998-03-23', 2, 0, 'Magazzini Alimentari Riuniti', 'Via Ludovico il Moro 22', 'Bergamo', '', '24100', 'Italy'),
(10951, 'RICSU', 9, '1998-03-16', '1998-04-27', '1998-04-07', 2, 0, 'Richter Supermarkt', 'Starenweg 5', 'Gen?ve', '', '1204', 'Switzerland'),
(10952, 'ALFKI', 1, '1998-03-16', '1998-04-27', '1998-03-24', 1, 0, 'Alfreds Futterkiste', 'Obere Str. 57', 'Berlin', '', '12209', 'Germany'),
(10953, 'AROUT', 9, '1998-03-16', '1998-03-30', '1998-03-25', 2, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(10954, 'LINOD', 5, '1998-03-17', '1998-04-28', '1998-03-20', 1, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(10955, 'FOLKO', 8, '1998-03-17', '1998-04-14', '1998-03-20', 2, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10956, 'BLAUS', 6, '1998-03-17', '1998-04-28', '1998-03-20', 2, 0, 'Blauer See Delikatessen', 'Forsterstr. 57', 'Mannheim', '', '68306', 'Germany'),
(10957, 'HILAA', 8, '1998-03-18', '1998-04-15', '1998-03-27', 3, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10958, 'OCEAN', 7, '1998-03-18', '1998-04-15', '1998-03-27', 2, 0, 'Oc?ano Atl?ntico Ltda.', 'Ing. Gustavo Moncada 8585\r\nPiso 20-A', 'Buenos Aires', '', '1010', 'Argentina'),
(10959, 'GOURL', 6, '1998-03-18', '1998-04-29', '1998-03-23', 2, 0, 'Gourmet Lanchonetes', 'Av. Brasil, 442', 'Campinas', 'SP', '04876-786', 'Brazil'),
(10960, 'HILAA', 3, '1998-03-19', '1998-04-02', '1998-04-08', 1, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10961, 'QUEEN', 8, '1998-03-19', '1998-04-16', '1998-03-30', 1, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(10962, 'QUICK', 8, '1998-03-19', '1998-04-16', '1998-03-23', 2, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10963, 'FURIB', 9, '1998-03-19', '1998-04-16', '1998-03-26', 3, 0, 'Furia Bacalhau e Frutos do Mar', 'Jardim das rosas n. 32', 'Lisboa', '', '1675', 'Portugal'),
(10964, 'SPECD', 3, '1998-03-20', '1998-04-17', '1998-03-24', 2, 0, 'Sp?cialit?s du monde', '25, rue Lauriston', 'Paris', '', '75016', 'France'),
(10965, 'OLDWO', 6, '1998-03-20', '1998-04-17', '1998-03-30', 3, 0, 'Old World Delicatessen', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States'),
(10966, 'CHOPS', 4, '1998-03-20', '1998-04-17', '1998-04-08', 1, 0, 'Chop-suey Chinese', 'Hauptstr. 31', 'Bern', '', '3012', 'Switzerland'),
(10967, 'TOMSP', 2, '1998-03-23', '1998-04-20', '1998-04-02', 2, 0, 'Toms Spezialit?ten', 'Luisenstr. 48', 'M?nster', '', '44087', 'Germany'),
(10968, 'ERNSH', 1, '1998-03-23', '1998-04-20', '1998-04-01', 3, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10969, 'COMMI', 1, '1998-03-23', '1998-04-20', '1998-03-30', 2, 0, 'Com?rcio Mineiro', 'Av. dos Lus?adas, 23', 'S?o Paulo', 'SP', '05432-043', 'Brazil'),
(10970, 'BOLID', 9, '1998-03-24', '1998-04-07', '1998-04-24', 1, 0, 'B?lido Comidas preparadas', 'C/ Araquil, 67', 'Madrid', '', '28023', 'Spain'),
(10971, 'FRANR', 2, '1998-03-24', '1998-04-21', '1998-04-02', 2, 0, 'France restauration', '54, rue Royale', 'Nantes', '', '44000', 'France'),
(10972, 'LACOR', 4, '1998-03-24', '1998-04-21', '1998-03-26', 2, 0, 'La corne d''abondance', '67, avenue de l''Europe', 'Versailles', '', '78000', 'France'),
(10973, 'LACOR', 6, '1998-03-24', '1998-04-21', '1998-03-27', 2, 0, 'La corne d''abondance', '67, avenue de l''Europe', 'Versailles', '', '78000', 'France'),
(10974, 'SPLIR', 3, '1998-03-25', '1998-04-08', '1998-04-03', 3, 0, 'Split Rail Beer & Ale', 'P.O. Box 555', 'Lander', 'WY', '82520', 'United States'),
(10975, 'BOTTM', 1, '1998-03-25', '1998-04-22', '1998-03-27', 3, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10976, 'HILAA', 1, '1998-03-25', '1998-05-06', '1998-04-03', 1, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(10977, 'FOLKO', 8, '1998-03-26', '1998-04-23', '1998-04-10', 3, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10978, 'MAISD', 9, '1998-03-26', '1998-04-23', '1998-04-23', 2, 0, 'Maison Dewey', 'Rue Joseph-Bens 532', 'Bruxelles', '', 'B-1180', 'Belgium'),
(10979, 'ERNSH', 8, '1998-03-26', '1998-04-23', '1998-03-31', 2, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10980, 'FOLKO', 4, '1998-03-27', '1998-05-08', '1998-04-17', 1, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10981, 'HANAR', 1, '1998-03-27', '1998-04-24', '1998-04-02', 2, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(10982, 'BOTTM', 2, '1998-03-27', '1998-04-24', '1998-04-08', 1, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(10983, 'SAVEA', 2, '1998-03-27', '1998-04-24', '1998-04-06', 2, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10984, 'SAVEA', 1, '1998-03-30', '1998-04-27', '1998-04-03', 3, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(10985, 'HUNGO', 2, '1998-03-30', '1998-04-27', '1998-04-02', 1, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(10986, 'OCEAN', 8, '1998-03-30', '1998-04-27', '1998-04-21', 2, 0, 'Oc?ano Atl?ntico Ltda.', 'Ing. Gustavo Moncada 8585\r\nPiso 20-A', 'Buenos Aires', '', '1010', 'Argentina'),
(10987, 'EASTC', 8, '1998-03-31', '1998-04-28', '1998-04-06', 1, 0, 'Eastern Connection', '35 King George', 'London', '', 'WX3 6FW', 'United Kingdom'),
(10988, 'RATTC', 3, '1998-03-31', '1998-04-28', '1998-04-10', 2, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(10989, 'QUEDE', 2, '1998-03-31', '1998-04-28', '1998-04-02', 1, 0, 'Que Del?cia', 'Rua da Panificadora, 12', 'Rio de Janeiro', 'RJ', '02389-673', 'Brazil'),
(10990, 'ERNSH', 2, '1998-04-01', '1998-05-13', '1998-04-07', 3, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(10991, 'QUICK', 1, '1998-04-01', '1998-04-29', '1998-04-07', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10992, 'THEBI', 1, '1998-04-01', '1998-04-29', '1998-04-03', 3, 0, 'The Big Cheese', '89 Jefferson Way\r\nSuite 2', 'Portland', 'OR', '97201', 'United States'),
(10993, 'FOLKO', 7, '1998-04-01', '1998-04-29', '1998-04-10', 3, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(10994, 'VAFFE', 2, '1998-04-02', '1998-04-16', '1998-04-09', 3, 0, 'Vaffeljernet', 'Smagsl?get 45', '?rhus', '', '8200', 'Denmark'),
(10995, 'PERIC', 1, '1998-04-02', '1998-04-30', '1998-04-06', 3, 0, 'Pericles Comidas cl?sicas', 'Calle Dr. Jorge Cash 321', 'M?xico D.F.', '', '05033', 'Mexico'),
(10996, 'QUICK', 4, '1998-04-02', '1998-04-30', '1998-04-10', 2, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(10997, 'LILAS', 8, '1998-04-03', '1998-05-15', '1998-04-13', 2, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(10998, 'WOLZA', 8, '1998-04-03', '1998-04-17', '1998-04-17', 2, 0, 'Wolski Zajazd', 'ul. Filtrowa 68', 'Warszawa', '', '01-012', 'Poland'),
(10999, 'OTTIK', 6, '1998-04-03', '1998-05-01', '1998-04-10', 2, 0, 'Ottilies K?seladen', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany'),
(11000, 'RATTC', 2, '1998-04-06', '1998-05-04', '1998-04-14', 3, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States'),
(11001, 'FOLKO', 2, '1998-04-06', '1998-05-04', '1998-04-14', 2, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(11002, 'SAVEA', 4, '1998-04-06', '1998-05-04', '1998-04-16', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(11003, 'THECR', 3, '1998-04-06', '1998-05-04', '1998-04-08', 3, 0, 'The Cracker Box', '55 Grizzly Peak Rd.', 'Butte', 'MT', '59801', 'United States'),
(11004, 'MAISD', 3, '1998-04-07', '1998-05-05', '1998-04-20', 1, 0, 'Maison Dewey', 'Rue Joseph-Bens 532', 'Bruxelles', '', 'B-1180', 'Belgium'),
(11005, 'WILMK', 2, '1998-04-07', '1998-05-05', '1998-04-10', 1, 0, 'Wilman Kala', 'Keskuskatu 45', 'Helsinki', '', '21240', 'Finland'),
(11006, 'GREAL', 3, '1998-04-07', '1998-05-05', '1998-04-15', 2, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(11007, 'PRINI', 8, '1998-04-08', '1998-05-06', '1998-04-13', 2, 0, 'Princesa Isabel Vinhos', 'Estrada da sa?de n. 58', 'Lisboa', '', '1756', 'Portugal'),
(11008, 'ERNSH', 7, '1998-04-08', '1998-05-06', '0000-00-00', 3, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(11009, 'GODOS', 2, '1998-04-08', '1998-05-06', '1998-04-10', 1, 0, 'Godos Cocina T?pica', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain'),
(11010, 'REGGC', 2, '1998-04-09', '1998-05-07', '1998-04-21', 2, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(11011, 'ALFKI', 3, '1998-04-09', '1998-05-07', '1998-04-13', 1, 0, 'Alfreds Futterkiste', 'Obere Str. 57', 'Berlin', '', '12209', 'Germany'),
(11012, 'FRANK', 1, '1998-04-09', '1998-04-23', '1998-04-17', 3, 0, 'Frankenversand', 'Berliner Platz 43', 'M?nchen', '', '80805', 'Germany'),
(11013, 'ROMEY', 2, '1998-04-09', '1998-05-07', '1998-04-10', 1, 0, 'Romero y tomillo', 'Gran V?a, 1', 'Madrid', '', '28001', 'Spain'),
(11014, 'LINOD', 2, '1998-04-10', '1998-05-08', '1998-04-15', 3, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(11015, 'SANTG', 2, '1998-04-10', '1998-04-24', '1998-04-20', 2, 0, 'Sant? Gourmet', 'Erling Skakkes gate 78', 'Stavern', '', '4110', 'Norway'),
(11016, 'AROUT', 9, '1998-04-10', '1998-05-08', '1998-04-13', 2, 0, 'Around the Horn', 'Brook Farm\r\nStratford St. Mary', 'Colchester', 'Essex', 'CO7 6JX', 'United Kingdom'),
(11017, 'ERNSH', 9, '1998-04-13', '1998-05-11', '1998-04-20', 2, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(11018, 'LONEP', 4, '1998-04-13', '1998-05-11', '1998-04-16', 2, 0, 'Lonesome Pine Restaurant', '89 Chiaroscuro Rd.', 'Portland', 'OR', '97219', 'United States'),
(11019, 'RANCH', 6, '1998-04-13', '1998-05-11', '0000-00-00', 3, 0, 'Rancho grande', 'Av. del Libertador 900', 'Buenos Aires', '', '1010', 'Argentina'),
(11020, 'OTTIK', 2, '1998-04-14', '1998-05-12', '1998-04-16', 2, 0, 'Ottilies K?seladen', 'Mehrheimerstr. 369', 'K?ln', '', '50739', 'Germany'),
(11021, 'QUICK', 3, '1998-04-14', '1998-05-12', '1998-04-21', 1, 0, 'QUICK-Stop', 'Taucherstra?e 10', 'Cunewalde', '', '01307', 'Germany'),
(11022, 'HANAR', 9, '1998-04-14', '1998-05-12', '1998-05-04', 2, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(11023, 'BSBEV', 1, '1998-04-14', '1998-04-28', '1998-04-24', 2, 0, 'B''s Beverages', 'Fauntleroy Circus', 'London', '', 'EC2 5NT', 'United Kingdom'),
(11024, 'EASTC', 4, '1998-04-15', '1998-05-13', '1998-04-20', 1, 0, 'Eastern Connection', '35 King George', 'London', '', 'WX3 6FW', 'United Kingdom'),
(11025, 'WARTH', 6, '1998-04-15', '1998-05-13', '1998-04-24', 3, 0, 'Wartian Herkku', 'Torikatu 38', 'Oulu', '', '90110', 'Finland'),
(11026, 'FRANS', 4, '1998-04-15', '1998-05-13', '1998-04-28', 1, 0, 'Franchi S.p.A.', 'Via Monte Bianco 34', 'Torino', '', '10100', 'Italy'),
(11027, 'BOTTM', 1, '1998-04-16', '1998-05-14', '1998-04-20', 1, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(11028, 'KOENE', 2, '1998-04-16', '1998-05-14', '1998-04-22', 1, 0, 'K?niglich Essen', 'Maubelstr. 90', 'Brandenburg', '', '14776', 'Germany'),
(11029, 'CHOPS', 4, '1998-04-16', '1998-05-14', '1998-04-27', 1, 0, 'Chop-suey Chinese', 'Hauptstr. 31', 'Bern', '', '3012', 'Switzerland'),
(11030, 'SAVEA', 7, '1998-04-17', '1998-05-15', '1998-04-27', 2, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(11031, 'SAVEA', 6, '1998-04-17', '1998-05-15', '1998-04-24', 2, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(11032, 'WHITC', 2, '1998-04-17', '1998-05-15', '1998-04-23', 3, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(11033, 'RICSU', 7, '1998-04-17', '1998-05-15', '1998-04-23', 3, 0, 'Richter Supermarkt', 'Starenweg 5', 'Gen?ve', '', '1204', 'Switzerland'),
(11034, 'OLDWO', 8, '1998-04-20', '1998-06-01', '1998-04-27', 1, 0, 'Old World Delicatessen', '2743 Bering St.', 'Anchorage', 'AK', '99508', 'United States'),
(11035, 'SUPRD', 2, '1998-04-20', '1998-05-18', '1998-04-24', 2, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(11036, 'DRACD', 8, '1998-04-20', '1998-05-18', '1998-04-22', 3, 0, 'Drachenblut Delikatessen', 'Walserweg 21', 'Aachen', '', '52066', 'Germany'),
(11037, 'GODOS', 7, '1998-04-21', '1998-05-19', '1998-04-27', 1, 0, 'Godos Cocina T?pica', 'C/ Romero, 33', 'Sevilla', '', '41101', 'Spain'),
(11038, 'SUPRD', 1, '1998-04-21', '1998-05-19', '1998-04-30', 2, 0, 'Supr?mes d?lices', 'Boulevard Tirou, 255', 'Charleroi', '', 'B-6000', 'Belgium'),
(11039, 'LINOD', 1, '1998-04-21', '1998-05-19', '0000-00-00', 2, 0, 'LINO-Delicateses', 'Ave. 5 de Mayo Porlamar', 'I. de Margarita', 'Nueva Esparta', '4980', 'Venezuela'),
(11040, 'GREAL', 4, '1998-04-22', '1998-05-20', '0000-00-00', 3, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(11041, 'CHOPS', 3, '1998-04-22', '1998-05-20', '1998-04-28', 2, 0, 'Chop-suey Chinese', 'Hauptstr. 31', 'Bern', '', '3012', 'Switzerland'),
(11042, 'COMMI', 2, '1998-04-22', '1998-05-06', '1998-05-01', 1, 0, 'Com?rcio Mineiro', 'Av. dos Lus?adas, 23', 'S?o Paulo', 'SP', '05432-043', 'Brazil'),
(11043, 'SPECD', 5, '1998-04-22', '1998-05-20', '1998-04-29', 2, 0, 'Sp?cialit?s du monde', '25, rue Lauriston', 'Paris', '', '75016', 'France'),
(11044, 'WOLZA', 4, '1998-04-23', '1998-05-21', '1998-05-01', 1, 0, 'Wolski Zajazd', 'ul. Filtrowa 68', 'Warszawa', '', '01-012', 'Poland'),
(11045, 'BOTTM', 6, '1998-04-23', '1998-05-21', '0000-00-00', 2, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(11046, 'WANDK', 8, '1998-04-23', '1998-05-21', '1998-04-24', 2, 0, 'Die Wandernde Kuh', 'Adenauerallee 900', 'Stuttgart', '', '70563', 'Germany'),
(11047, 'EASTC', 7, '1998-04-24', '1998-05-22', '1998-05-01', 3, 0, 'Eastern Connection', '35 King George', 'London', '', 'WX3 6FW', 'United Kingdom'),
(11048, 'BOTTM', 7, '1998-04-24', '1998-05-22', '1998-04-30', 3, 0, 'Bottom-Dollar Markets', '23 Tsawassen Blvd.', 'Tsawassen', 'BC', 'T2F 8M4', 'Canada'),
(11049, 'GOURL', 3, '1998-04-24', '1998-05-22', '1998-05-04', 1, 0, 'Gourmet Lanchonetes', 'Av. Brasil, 442', 'Campinas', 'SP', '04876-786', 'Brazil'),
(11050, 'FOLKO', 8, '1998-04-27', '1998-05-25', '1998-05-05', 2, 0, 'Folk och f? HB', '?kergatan 24', 'Br?cke', '', 'S-844 67', 'Sweden'),
(11051, 'LAMAI', 7, '1998-04-27', '1998-05-25', '0000-00-00', 3, 0, 'La maison d''Asie', '1 rue Alsace-Lorraine', 'Toulouse', '', '31000', 'France'),
(11052, 'HANAR', 3, '1998-04-27', '1998-05-25', '1998-05-01', 1, 0, 'Hanari Carnes', 'Rua do Pa?o, 67', 'Rio de Janeiro', 'RJ', '05454-876', 'Brazil'),
(11053, 'PICCO', 2, '1998-04-27', '1998-05-25', '1998-04-29', 2, 0, 'Piccolo und mehr', 'Geislweg 14', 'Salzburg', '', '5020', 'Austria'),
(11054, 'CACTU', 8, '1998-04-28', '1998-05-26', '0000-00-00', 1, 0, 'Cactus Comidas para llevar', 'Cerrito 333', 'Buenos Aires', '', '1010', 'Argentina'),
(11055, 'HILAA', 7, '1998-04-28', '1998-05-26', '1998-05-05', 2, 0, 'HILARI?N-Abastos', 'Carrera 22 con Ave. Carlos Soublette #8-35', 'San Crist?bal', 'T?chira', '5022', 'Venezuela'),
(11056, 'EASTC', 8, '1998-04-28', '1998-05-12', '1998-05-01', 2, 0, 'Eastern Connection', '35 King George', 'London', '', 'WX3 6FW', 'United Kingdom'),
(11057, 'NORTS', 3, '1998-04-29', '1998-05-27', '1998-05-01', 3, 0, 'North/South', 'South House\r\n300 Queensbridge', 'London', '', 'SW7 1RZ', 'United Kingdom'),
(11058, 'BLAUS', 9, '1998-04-29', '1998-05-27', '0000-00-00', 3, 0, 'Blauer See Delikatessen', 'Forsterstr. 57', 'Mannheim', '', '68306', 'Germany'),
(11059, 'RICAR', 2, '1998-04-29', '1998-06-10', '0000-00-00', 2, 0, 'Ricardo Adocicados', 'Av. Copacabana, 267', 'Rio de Janeiro', 'RJ', '02389-890', 'Brazil'),
(11060, 'FRANS', 2, '1998-04-30', '1998-05-28', '1998-05-04', 2, 0, 'Franchi S.p.A.', 'Via Monte Bianco 34', 'Torino', '', '10100', 'Italy'),
(11061, 'GREAL', 4, '1998-04-30', '1998-06-11', '0000-00-00', 3, 0, 'Great Lakes Food Market', '2732 Baker Blvd.', 'Eugene', 'OR', '97403', 'United States'),
(11062, 'REGGC', 4, '1998-04-30', '1998-05-28', '0000-00-00', 2, 0, 'Reggiani Caseifici', 'Strada Provinciale 124', 'Reggio Emilia', '', '42100', 'Italy'),
(11063, 'HUNGO', 3, '1998-04-30', '1998-05-28', '1998-05-06', 2, 0, 'Hungry Owl All-Night Grocers', '8 Johnstown Road', 'Cork', 'Co. Cork', '', 'Ireland'),
(11064, 'SAVEA', 1, '1998-05-01', '1998-05-29', '1998-05-04', 1, 0, 'Save-a-lot Markets', '187 Suffolk Ln.', 'Boise', 'ID', '83720', 'United States'),
(11065, 'LILAS', 8, '1998-05-01', '1998-05-29', '0000-00-00', 1, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(11066, 'WHITC', 7, '1998-05-01', '1998-05-29', '1998-05-04', 2, 0, 'White Clover Markets', '1029 - 12th Ave. S.', 'Seattle', 'WA', '98124', 'United States'),
(11067, 'DRACD', 1, '1998-05-04', '1998-05-18', '1998-05-06', 2, 0, 'Drachenblut Delikatessen', 'Walserweg 21', 'Aachen', '', '52066', 'Germany'),
(11068, 'QUEEN', 8, '1998-05-04', '1998-06-01', '0000-00-00', 2, 0, 'Queen Cozinha', 'Alameda dos Can?rios, 891', 'S?o Paulo', 'SP', '05487-020', 'Brazil'),
(11069, 'TORTU', 1, '1998-05-04', '1998-06-01', '1998-05-06', 2, 0, 'Tortuga Restaurante', 'Avda. Azteca 123', 'M?xico D.F.', '', '05033', 'Mexico'),
(11070, 'LEHMS', 2, '1998-05-05', '1998-06-02', '0000-00-00', 1, 0, 'Lehmanns Marktstand', 'Magazinweg 7', 'Frankfurt a.M.', '', '60528', 'Germany'),
(11071, 'LILAS', 1, '1998-05-05', '1998-06-02', '0000-00-00', 1, 0, 'LILA-Supermercado', 'Carrera 52 con Ave. Bol?var #65-98 Llano Largo', 'Barquisimeto', 'Lara', '3508', 'Venezuela'),
(11072, 'ERNSH', 4, '1998-05-05', '1998-06-02', '0000-00-00', 2, 0, 'Ernst Handel', 'Kirchgasse 6', 'Graz', '', '8010', 'Austria'),
(11073, 'PERIC', 2, '1998-05-05', '1998-06-02', '0000-00-00', 2, 0, 'Pericles Comidas cl?sicas', 'Calle Dr. Jorge Cash 321', 'M?xico D.F.', '', '05033', 'Mexico'),
(11074, 'SIMOB', 7, '1998-05-06', '1998-06-03', '0000-00-00', 2, 0, 'Simons bistro', 'Vinb?ltet 34', 'K?benhavn', '', '1734', 'Denmark'),
(11075, 'RICSU', 8, '1998-05-06', '1998-06-03', '0000-00-00', 2, 0, 'Richter Supermarkt', 'Starenweg 5', 'Gen?ve', '', '1204', 'Switzerland'),
(11076, 'BONAP', 4, '1998-05-06', '1998-06-03', '0000-00-00', 2, 0, 'Bon app''', '12, rue des Bouchers', 'Marseille', '', '13008', 'France'),
(11077, 'RATTC', 1, '1998-05-06', '1998-06-03', '0000-00-00', 2, 0, 'Rattlesnake Canyon Grocery', '2817 Milton Dr.', 'Albuquerque', 'NM', '87110', 'United States');

-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `order_details`
--

CREATE TABLE IF NOT EXISTS `order_details` (
  `odID` int(10) unsigned NOT NULL auto_increment,
  `OrderID` int(11) default '0',
  `ProductID` int(11) default '0',
  `UnitPrice` float(1,0) default '0',
  `Quantity` smallint(6) default '1',
  `Discount` float(1,0) default '0',
  PRIMARY KEY  (`odID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2156 ;

--
-- Daten für Tabelle `order_details`
--

INSERT INTO `order_details` (`odID`, `OrderID`, `ProductID`, `UnitPrice`, `Quantity`, `Discount`) VALUES
(1, 10248, 11, 0, 12, 0),
(2, 10248, 42, 0, 10, 0),
(3, 10248, 72, 0, 5, 0),
(4, 10249, 14, 0, 9, 0),
(5, 10249, 51, 0, 40, 0),
(6, 10250, 41, 0, 10, 0),
(7, 10250, 51, 0, 35, 0),
(8, 10250, 65, 0, 15, 0),
(9, 10251, 22, 0, 6, 0),
(10, 10251, 57, 0, 15, 0),
(11, 10251, 65, 0, 20, 0),
(12, 10252, 20, 0, 40, 0),
(13, 10252, 33, 0, 25, 0),
(14, 10252, 60, 0, 40, 0),
(15, 10253, 31, 0, 20, 0),
(16, 10253, 39, 0, 42, 0),
(17, 10253, 49, 0, 40, 0),
(18, 10254, 24, 0, 15, 0),
(19, 10254, 55, 0, 21, 0),
(20, 10254, 74, 0, 21, 0),
(21, 10255, 2, 0, 20, 0),
(22, 10255, 16, 0, 35, 0),
(23, 10255, 36, 0, 25, 0),
(24, 10255, 59, 0, 30, 0),
(25, 10256, 53, 0, 15, 0),
(26, 10256, 77, 0, 12, 0),
(27, 10257, 27, 0, 25, 0),
(28, 10257, 39, 0, 6, 0),
(29, 10257, 77, 0, 15, 0),
(30, 10258, 2, 0, 50, 0),
(31, 10258, 5, 0, 65, 0),
(32, 10258, 32, 0, 6, 0),
(33, 10259, 21, 0, 10, 0),
(34, 10259, 37, 0, 1, 0),
(35, 10260, 41, 0, 16, 0),
(36, 10260, 57, 0, 50, 0),
(37, 10260, 62, 0, 15, 0),
(38, 10260, 70, 0, 21, 0),
(39, 10261, 21, 0, 20, 0),
(40, 10261, 35, 0, 20, 0),
(41, 10262, 5, 0, 12, 0),
(42, 10262, 7, 0, 15, 0),
(43, 10262, 56, 0, 2, 0),
(44, 10263, 16, 0, 60, 0),
(45, 10263, 24, 0, 28, 0),
(46, 10263, 30, 0, 60, 0),
(47, 10263, 74, 0, 36, 0),
(48, 10264, 2, 0, 35, 0),
(49, 10264, 41, 0, 25, 0),
(50, 10265, 17, 0, 30, 0),
(51, 10265, 70, 0, 20, 0),
(52, 10266, 12, 0, 12, 0),
(53, 10267, 40, 0, 50, 0),
(54, 10267, 59, 0, 70, 0),
(55, 10267, 76, 0, 15, 0),
(56, 10268, 29, 0, 10, 0),
(57, 10268, 72, 0, 4, 0),
(58, 10269, 33, 0, 60, 0),
(59, 10269, 72, 0, 20, 0),
(60, 10270, 36, 0, 30, 0),
(61, 10270, 43, 0, 25, 0),
(62, 10271, 33, 0, 24, 0),
(63, 10272, 20, 0, 6, 0),
(64, 10272, 31, 0, 40, 0),
(65, 10272, 72, 0, 24, 0),
(66, 10273, 10, 0, 24, 0),
(67, 10273, 31, 0, 15, 0),
(68, 10273, 33, 0, 20, 0),
(69, 10273, 40, 0, 60, 0),
(70, 10273, 76, 0, 33, 0),
(71, 10274, 71, 0, 20, 0),
(72, 10274, 72, 0, 7, 0),
(73, 10275, 24, 0, 12, 0),
(74, 10275, 59, 0, 6, 0),
(75, 10276, 10, 0, 15, 0),
(76, 10276, 13, 0, 10, 0),
(77, 10277, 28, 0, 20, 0),
(78, 10277, 62, 0, 12, 0),
(79, 10278, 44, 0, 16, 0),
(80, 10278, 59, 0, 15, 0),
(81, 10278, 63, 0, 8, 0),
(82, 10278, 73, 0, 25, 0),
(83, 10279, 17, 0, 15, 0),
(84, 10280, 24, 0, 12, 0),
(85, 10280, 55, 0, 20, 0),
(86, 10280, 75, 0, 30, 0),
(87, 10281, 19, 0, 1, 0),
(88, 10281, 24, 0, 6, 0),
(89, 10281, 35, 0, 4, 0),
(90, 10282, 30, 0, 6, 0),
(91, 10282, 57, 0, 2, 0),
(92, 10283, 15, 0, 20, 0),
(93, 10283, 19, 0, 18, 0),
(94, 10283, 60, 0, 35, 0),
(95, 10283, 72, 0, 3, 0),
(96, 10284, 27, 0, 15, 0),
(97, 10284, 44, 0, 21, 0),
(98, 10284, 60, 0, 20, 0),
(99, 10284, 67, 0, 5, 0),
(100, 10285, 1, 0, 45, 0),
(101, 10285, 40, 0, 40, 0),
(102, 10285, 53, 0, 36, 0),
(103, 10286, 35, 0, 100, 0),
(104, 10286, 62, 0, 40, 0),
(105, 10287, 16, 0, 40, 0),
(106, 10287, 34, 0, 20, 0),
(107, 10287, 46, 0, 15, 0),
(108, 10288, 54, 0, 10, 0),
(109, 10288, 68, 0, 3, 0),
(110, 10289, 3, 0, 30, 0),
(111, 10289, 64, 0, 9, 0),
(112, 10290, 5, 0, 20, 0),
(113, 10290, 29, 0, 15, 0),
(114, 10290, 49, 0, 15, 0),
(115, 10290, 77, 0, 10, 0),
(116, 10291, 13, 0, 20, 0),
(117, 10291, 44, 0, 24, 0),
(118, 10291, 51, 0, 2, 0),
(119, 10292, 20, 0, 20, 0),
(120, 10293, 18, 0, 12, 0),
(121, 10293, 24, 0, 10, 0),
(122, 10293, 63, 0, 5, 0),
(123, 10293, 75, 0, 6, 0),
(124, 10294, 1, 0, 18, 0),
(125, 10294, 17, 0, 15, 0),
(126, 10294, 43, 0, 15, 0),
(127, 10294, 60, 0, 21, 0),
(128, 10294, 75, 0, 6, 0),
(129, 10295, 56, 0, 4, 0),
(130, 10296, 11, 0, 12, 0),
(131, 10296, 16, 0, 30, 0),
(132, 10296, 69, 0, 15, 0),
(133, 10297, 39, 0, 60, 0),
(134, 10297, 72, 0, 20, 0),
(135, 10298, 2, 0, 40, 0),
(136, 10298, 36, 0, 40, 0),
(137, 10298, 59, 0, 30, 0),
(138, 10298, 62, 0, 15, 0),
(139, 10299, 19, 0, 15, 0),
(140, 10299, 70, 0, 20, 0),
(141, 10300, 66, 0, 30, 0),
(142, 10300, 68, 0, 20, 0),
(143, 10301, 40, 0, 10, 0),
(144, 10301, 56, 0, 20, 0),
(145, 10302, 17, 0, 40, 0),
(146, 10302, 28, 0, 28, 0),
(147, 10302, 43, 0, 12, 0),
(148, 10303, 40, 0, 40, 0),
(149, 10303, 65, 0, 30, 0),
(150, 10303, 68, 0, 15, 0),
(151, 10304, 49, 0, 30, 0),
(152, 10304, 59, 0, 10, 0),
(153, 10304, 71, 0, 2, 0),
(154, 10305, 18, 0, 25, 0),
(155, 10305, 29, 0, 25, 0),
(156, 10305, 39, 0, 30, 0),
(157, 10306, 30, 0, 10, 0),
(158, 10306, 53, 0, 10, 0),
(159, 10306, 54, 0, 5, 0),
(160, 10307, 62, 0, 10, 0),
(161, 10307, 68, 0, 3, 0),
(162, 10308, 69, 0, 1, 0),
(163, 10308, 70, 0, 5, 0),
(164, 10309, 4, 0, 20, 0),
(165, 10309, 6, 0, 30, 0),
(166, 10309, 42, 0, 2, 0),
(167, 10309, 43, 0, 20, 0),
(168, 10309, 71, 0, 3, 0),
(169, 10310, 16, 0, 10, 0),
(170, 10310, 62, 0, 5, 0),
(171, 10311, 42, 0, 6, 0),
(172, 10311, 69, 0, 7, 0),
(173, 10312, 28, 0, 4, 0),
(174, 10312, 43, 0, 24, 0),
(175, 10312, 53, 0, 20, 0),
(176, 10312, 75, 0, 10, 0),
(177, 10313, 36, 0, 12, 0),
(178, 10314, 32, 0, 40, 0),
(179, 10314, 58, 0, 30, 0),
(180, 10314, 62, 0, 25, 0),
(181, 10315, 34, 0, 14, 0),
(182, 10315, 70, 0, 30, 0),
(183, 10316, 41, 0, 10, 0),
(184, 10316, 62, 0, 70, 0),
(185, 10317, 1, 0, 20, 0),
(186, 10318, 41, 0, 20, 0),
(187, 10318, 76, 0, 6, 0),
(188, 10319, 17, 0, 8, 0),
(189, 10319, 28, 0, 14, 0),
(190, 10319, 76, 0, 30, 0),
(191, 10320, 71, 0, 30, 0),
(192, 10321, 35, 0, 10, 0),
(193, 10322, 52, 0, 20, 0),
(194, 10323, 15, 0, 5, 0),
(195, 10323, 25, 0, 4, 0),
(196, 10323, 39, 0, 4, 0),
(197, 10324, 16, 0, 21, 0),
(198, 10324, 35, 0, 70, 0),
(199, 10324, 46, 0, 30, 0),
(200, 10324, 59, 0, 40, 0),
(201, 10324, 63, 0, 80, 0),
(202, 10325, 6, 0, 6, 0),
(203, 10325, 13, 0, 12, 0),
(204, 10325, 14, 0, 9, 0),
(205, 10325, 31, 0, 4, 0),
(206, 10325, 72, 0, 40, 0),
(207, 10326, 4, 0, 24, 0),
(208, 10326, 57, 0, 16, 0),
(209, 10326, 75, 0, 50, 0),
(210, 10327, 2, 0, 25, 0),
(211, 10327, 11, 0, 50, 0),
(212, 10327, 30, 0, 35, 0),
(213, 10327, 58, 0, 30, 0),
(214, 10328, 59, 0, 9, 0),
(215, 10328, 65, 0, 40, 0),
(216, 10328, 68, 0, 10, 0),
(217, 10329, 19, 0, 10, 0),
(218, 10329, 30, 0, 8, 0),
(219, 10329, 38, 0, 20, 0),
(220, 10329, 56, 0, 12, 0),
(221, 10330, 26, 0, 50, 0),
(222, 10330, 72, 0, 25, 0),
(223, 10331, 54, 0, 15, 0),
(224, 10332, 18, 0, 40, 0),
(225, 10332, 42, 0, 10, 0),
(226, 10332, 47, 0, 16, 0),
(227, 10333, 14, 0, 10, 0),
(228, 10333, 21, 0, 10, 0),
(229, 10333, 71, 0, 40, 0),
(230, 10334, 52, 0, 8, 0),
(231, 10334, 68, 0, 10, 0),
(232, 10335, 2, 0, 7, 0),
(233, 10335, 31, 0, 25, 0),
(234, 10335, 32, 0, 6, 0),
(235, 10335, 51, 0, 48, 0),
(236, 10336, 4, 0, 18, 0),
(237, 10337, 23, 0, 40, 0),
(238, 10337, 26, 0, 24, 0),
(239, 10337, 36, 0, 20, 0),
(240, 10337, 37, 0, 28, 0),
(241, 10337, 72, 0, 25, 0),
(242, 10338, 17, 0, 20, 0),
(243, 10338, 30, 0, 15, 0),
(244, 10339, 4, 0, 10, 0),
(245, 10339, 17, 0, 70, 0),
(246, 10339, 62, 0, 28, 0),
(247, 10340, 18, 0, 20, 0),
(248, 10340, 41, 0, 12, 0),
(249, 10340, 43, 0, 40, 0),
(250, 10341, 33, 0, 8, 0),
(251, 10341, 59, 0, 9, 0),
(252, 10342, 2, 0, 24, 0),
(253, 10342, 31, 0, 56, 0),
(254, 10342, 36, 0, 40, 0),
(255, 10342, 55, 0, 40, 0),
(256, 10343, 64, 0, 50, 0),
(257, 10343, 68, 0, 4, 0),
(258, 10343, 76, 0, 15, 0),
(259, 10344, 4, 0, 35, 0),
(260, 10344, 8, 0, 70, 0),
(261, 10345, 8, 0, 70, 0),
(262, 10345, 19, 0, 80, 0),
(263, 10345, 42, 0, 9, 0),
(264, 10346, 17, 0, 36, 0),
(265, 10346, 56, 0, 20, 0),
(266, 10347, 25, 0, 10, 0),
(267, 10347, 39, 0, 50, 0),
(268, 10347, 40, 0, 4, 0),
(269, 10347, 75, 0, 6, 0),
(270, 10348, 1, 0, 15, 0),
(271, 10348, 23, 0, 25, 0),
(272, 10349, 54, 0, 24, 0),
(273, 10350, 50, 0, 15, 0),
(274, 10350, 69, 0, 18, 0),
(275, 10351, 38, 0, 20, 0),
(276, 10351, 41, 0, 13, 0),
(277, 10351, 44, 0, 77, 0),
(278, 10351, 65, 0, 10, 0),
(279, 10352, 24, 0, 10, 0),
(280, 10352, 54, 0, 20, 0),
(281, 10353, 11, 0, 12, 0),
(282, 10353, 38, 0, 50, 0),
(283, 10354, 1, 0, 12, 0),
(284, 10354, 29, 0, 4, 0),
(285, 10355, 24, 0, 25, 0),
(286, 10355, 57, 0, 25, 0),
(287, 10356, 31, 0, 30, 0),
(288, 10356, 55, 0, 12, 0),
(289, 10356, 69, 0, 20, 0),
(290, 10357, 10, 0, 30, 0),
(291, 10357, 26, 0, 16, 0),
(292, 10357, 60, 0, 8, 0),
(293, 10358, 24, 0, 10, 0),
(294, 10358, 34, 0, 10, 0),
(295, 10358, 36, 0, 20, 0),
(296, 10359, 16, 0, 56, 0),
(297, 10359, 31, 0, 70, 0),
(298, 10359, 60, 0, 80, 0),
(299, 10360, 28, 0, 30, 0),
(300, 10360, 29, 0, 35, 0),
(301, 10360, 38, 0, 10, 0),
(302, 10360, 49, 0, 35, 0),
(303, 10360, 54, 0, 28, 0),
(304, 10361, 39, 0, 54, 0),
(305, 10361, 60, 0, 55, 0),
(306, 10362, 25, 0, 50, 0),
(307, 10362, 51, 0, 20, 0),
(308, 10362, 54, 0, 24, 0),
(309, 10363, 31, 0, 20, 0),
(310, 10363, 75, 0, 12, 0),
(311, 10363, 76, 0, 12, 0),
(312, 10364, 69, 0, 30, 0),
(313, 10364, 71, 0, 5, 0),
(314, 10365, 11, 0, 24, 0),
(315, 10366, 65, 0, 5, 0),
(316, 10366, 77, 0, 5, 0),
(317, 10367, 34, 0, 36, 0),
(318, 10367, 54, 0, 18, 0),
(319, 10367, 65, 0, 15, 0),
(320, 10367, 77, 0, 7, 0),
(321, 10368, 21, 0, 5, 0),
(322, 10368, 28, 0, 13, 0),
(323, 10368, 57, 0, 25, 0),
(324, 10368, 64, 0, 35, 0),
(325, 10369, 29, 0, 20, 0),
(326, 10369, 56, 0, 18, 0),
(327, 10370, 1, 0, 15, 0),
(328, 10370, 64, 0, 30, 0),
(329, 10370, 74, 0, 20, 0),
(330, 10371, 36, 0, 6, 0),
(331, 10372, 20, 0, 12, 0),
(332, 10372, 38, 0, 40, 0),
(333, 10372, 60, 0, 70, 0),
(334, 10372, 72, 0, 42, 0),
(335, 10373, 58, 0, 80, 0),
(336, 10373, 71, 0, 50, 0),
(337, 10374, 31, 0, 30, 0),
(338, 10374, 58, 0, 15, 0),
(339, 10375, 14, 0, 15, 0),
(340, 10375, 54, 0, 10, 0),
(341, 10376, 31, 0, 42, 0),
(342, 10377, 28, 0, 20, 0),
(343, 10377, 39, 0, 20, 0),
(344, 10378, 71, 0, 6, 0),
(345, 10379, 41, 0, 8, 0),
(346, 10379, 63, 0, 16, 0),
(347, 10379, 65, 0, 20, 0),
(348, 10380, 30, 0, 18, 0),
(349, 10380, 53, 0, 20, 0),
(350, 10380, 60, 0, 6, 0),
(351, 10380, 70, 0, 30, 0),
(352, 10381, 74, 0, 14, 0),
(353, 10382, 5, 0, 32, 0),
(354, 10382, 18, 0, 9, 0),
(355, 10382, 29, 0, 14, 0),
(356, 10382, 33, 0, 60, 0),
(357, 10382, 74, 0, 50, 0),
(358, 10383, 13, 0, 20, 0),
(359, 10383, 50, 0, 15, 0),
(360, 10383, 56, 0, 20, 0),
(361, 10384, 20, 0, 28, 0),
(362, 10384, 60, 0, 15, 0),
(363, 10385, 7, 0, 10, 0),
(364, 10385, 60, 0, 20, 0),
(365, 10385, 68, 0, 8, 0),
(366, 10386, 24, 0, 15, 0),
(367, 10386, 34, 0, 10, 0),
(368, 10387, 24, 0, 15, 0),
(369, 10387, 28, 0, 6, 0),
(370, 10387, 59, 0, 12, 0),
(371, 10387, 71, 0, 15, 0),
(372, 10388, 45, 0, 15, 0),
(373, 10388, 52, 0, 20, 0),
(374, 10388, 53, 0, 40, 0),
(375, 10389, 10, 0, 16, 0),
(376, 10389, 55, 0, 15, 0),
(377, 10389, 62, 0, 20, 0),
(378, 10389, 70, 0, 30, 0),
(379, 10390, 31, 0, 60, 0),
(380, 10390, 35, 0, 40, 0),
(381, 10390, 46, 0, 45, 0),
(382, 10390, 72, 0, 24, 0),
(383, 10391, 13, 0, 18, 0),
(384, 10392, 69, 0, 50, 0),
(385, 10393, 2, 0, 25, 0),
(386, 10393, 14, 0, 42, 0),
(387, 10393, 25, 0, 7, 0),
(388, 10393, 26, 0, 70, 0),
(389, 10393, 31, 0, 32, 0),
(390, 10394, 13, 0, 10, 0),
(391, 10394, 62, 0, 10, 0),
(392, 10395, 46, 0, 28, 0),
(393, 10395, 53, 0, 70, 0),
(394, 10395, 69, 0, 8, 0),
(395, 10396, 23, 0, 40, 0),
(396, 10396, 71, 0, 60, 0),
(397, 10396, 72, 0, 21, 0),
(398, 10397, 21, 0, 10, 0),
(399, 10397, 51, 0, 18, 0),
(400, 10398, 35, 0, 30, 0),
(401, 10398, 55, 0, 120, 0),
(402, 10399, 68, 0, 60, 0),
(403, 10399, 71, 0, 30, 0),
(404, 10399, 76, 0, 35, 0),
(405, 10399, 77, 0, 14, 0),
(406, 10400, 29, 0, 21, 0),
(407, 10400, 35, 0, 35, 0),
(408, 10400, 49, 0, 30, 0),
(409, 10401, 30, 0, 18, 0),
(410, 10401, 56, 0, 70, 0),
(411, 10401, 65, 0, 20, 0),
(412, 10401, 71, 0, 60, 0),
(413, 10402, 23, 0, 60, 0),
(414, 10402, 63, 0, 65, 0),
(415, 10403, 16, 0, 21, 0),
(416, 10403, 48, 0, 70, 0),
(417, 10404, 26, 0, 30, 0),
(418, 10404, 42, 0, 40, 0),
(419, 10404, 49, 0, 30, 0),
(420, 10405, 3, 0, 50, 0),
(421, 10406, 1, 0, 10, 0),
(422, 10406, 21, 0, 30, 0),
(423, 10406, 28, 0, 42, 0),
(424, 10406, 36, 0, 5, 0),
(425, 10406, 40, 0, 2, 0),
(426, 10407, 11, 0, 30, 0),
(427, 10407, 69, 0, 15, 0),
(428, 10407, 71, 0, 15, 0),
(429, 10408, 37, 0, 10, 0),
(430, 10408, 54, 0, 6, 0),
(431, 10408, 62, 0, 35, 0),
(432, 10409, 14, 0, 12, 0),
(433, 10409, 21, 0, 12, 0),
(434, 10410, 33, 0, 49, 0),
(435, 10410, 59, 0, 16, 0),
(436, 10411, 41, 0, 25, 0),
(437, 10411, 44, 0, 40, 0),
(438, 10411, 59, 0, 9, 0),
(439, 10412, 14, 0, 20, 0),
(440, 10413, 1, 0, 24, 0),
(441, 10413, 62, 0, 40, 0),
(442, 10413, 76, 0, 14, 0),
(443, 10414, 19, 0, 18, 0),
(444, 10414, 33, 0, 50, 0),
(445, 10415, 17, 0, 2, 0),
(446, 10415, 33, 0, 20, 0),
(447, 10416, 19, 0, 20, 0),
(448, 10416, 53, 0, 10, 0),
(449, 10416, 57, 0, 20, 0),
(450, 10417, 38, 0, 50, 0),
(451, 10417, 46, 0, 2, 0),
(452, 10417, 68, 0, 36, 0),
(453, 10417, 77, 0, 35, 0),
(454, 10418, 2, 0, 60, 0),
(455, 10418, 47, 0, 55, 0),
(456, 10418, 61, 0, 16, 0),
(457, 10418, 74, 0, 15, 0),
(458, 10419, 60, 0, 60, 0),
(459, 10419, 69, 0, 20, 0),
(460, 10420, 9, 0, 20, 0),
(461, 10420, 13, 0, 2, 0),
(462, 10420, 70, 0, 8, 0),
(463, 10420, 73, 0, 20, 0),
(464, 10421, 19, 0, 4, 0),
(465, 10421, 26, 0, 30, 0),
(466, 10421, 53, 0, 15, 0),
(467, 10421, 77, 0, 10, 0),
(468, 10422, 26, 0, 2, 0),
(469, 10423, 31, 0, 14, 0),
(470, 10423, 59, 0, 20, 0),
(471, 10424, 35, 0, 60, 0),
(472, 10424, 38, 0, 49, 0),
(473, 10424, 68, 0, 30, 0),
(474, 10425, 55, 0, 10, 0),
(475, 10425, 76, 0, 20, 0),
(476, 10426, 56, 0, 5, 0),
(477, 10426, 64, 0, 7, 0),
(478, 10427, 14, 0, 35, 0),
(479, 10428, 46, 0, 20, 0),
(480, 10429, 50, 0, 40, 0),
(481, 10429, 63, 0, 35, 0),
(482, 10430, 17, 0, 45, 0),
(483, 10430, 21, 0, 50, 0),
(484, 10430, 56, 0, 30, 0),
(485, 10430, 59, 0, 70, 0),
(486, 10431, 17, 0, 50, 0),
(487, 10431, 40, 0, 50, 0),
(488, 10431, 47, 0, 30, 0),
(489, 10432, 26, 0, 10, 0),
(490, 10432, 54, 0, 40, 0),
(491, 10433, 56, 0, 28, 0),
(492, 10434, 11, 0, 6, 0),
(493, 10434, 76, 0, 18, 0),
(494, 10435, 2, 0, 10, 0),
(495, 10435, 22, 0, 12, 0),
(496, 10435, 72, 0, 10, 0),
(497, 10436, 46, 0, 5, 0),
(498, 10436, 56, 0, 40, 0),
(499, 10436, 64, 0, 30, 0),
(500, 10436, 75, 0, 24, 0),
(501, 10437, 53, 0, 15, 0),
(502, 10438, 19, 0, 15, 0),
(503, 10438, 34, 0, 20, 0),
(504, 10438, 57, 0, 15, 0),
(505, 10439, 12, 0, 15, 0),
(506, 10439, 16, 0, 16, 0),
(507, 10439, 64, 0, 6, 0),
(508, 10439, 74, 0, 30, 0),
(509, 10440, 2, 0, 45, 0),
(510, 10440, 16, 0, 49, 0),
(511, 10440, 29, 0, 24, 0),
(512, 10440, 61, 0, 90, 0),
(513, 10441, 27, 0, 50, 0),
(514, 10442, 11, 0, 30, 0),
(515, 10442, 54, 0, 80, 0),
(516, 10442, 66, 0, 60, 0),
(517, 10443, 11, 0, 6, 0),
(518, 10443, 28, 0, 12, 0),
(519, 10444, 17, 0, 10, 0),
(520, 10444, 26, 0, 15, 0),
(521, 10444, 35, 0, 8, 0),
(522, 10444, 41, 0, 30, 0),
(523, 10445, 39, 0, 6, 0),
(524, 10445, 54, 0, 15, 0),
(525, 10446, 19, 0, 12, 0),
(526, 10446, 24, 0, 20, 0),
(527, 10446, 31, 0, 3, 0),
(528, 10446, 52, 0, 15, 0),
(529, 10447, 19, 0, 40, 0),
(530, 10447, 65, 0, 35, 0),
(531, 10447, 71, 0, 2, 0),
(532, 10448, 26, 0, 6, 0),
(533, 10448, 40, 0, 20, 0),
(534, 10449, 10, 0, 14, 0),
(535, 10449, 52, 0, 20, 0),
(536, 10449, 62, 0, 35, 0),
(537, 10450, 10, 0, 20, 0),
(538, 10450, 54, 0, 6, 0),
(539, 10451, 55, 0, 120, 0),
(540, 10451, 64, 0, 35, 0),
(541, 10451, 65, 0, 28, 0),
(542, 10451, 77, 0, 55, 0),
(543, 10452, 28, 0, 15, 0),
(544, 10452, 44, 0, 100, 0),
(545, 10453, 48, 0, 15, 0),
(546, 10453, 70, 0, 25, 0),
(547, 10454, 16, 0, 20, 0),
(548, 10454, 33, 0, 20, 0),
(549, 10454, 46, 0, 10, 0),
(550, 10455, 39, 0, 20, 0),
(551, 10455, 53, 0, 50, 0),
(552, 10455, 61, 0, 25, 0),
(553, 10455, 71, 0, 30, 0),
(554, 10456, 21, 0, 40, 0),
(555, 10456, 49, 0, 21, 0),
(556, 10457, 59, 0, 36, 0),
(557, 10458, 26, 0, 30, 0),
(558, 10458, 28, 0, 30, 0),
(559, 10458, 43, 0, 20, 0),
(560, 10458, 56, 0, 15, 0),
(561, 10458, 71, 0, 50, 0),
(562, 10459, 7, 0, 16, 0),
(563, 10459, 46, 0, 20, 0),
(564, 10459, 72, 0, 40, 0),
(565, 10460, 68, 0, 21, 0),
(566, 10460, 75, 0, 4, 0),
(567, 10461, 21, 0, 40, 0),
(568, 10461, 30, 0, 28, 0),
(569, 10461, 55, 0, 60, 0),
(570, 10462, 13, 0, 1, 0),
(571, 10462, 23, 0, 21, 0),
(572, 10463, 19, 0, 21, 0),
(573, 10463, 42, 0, 50, 0),
(574, 10464, 4, 0, 16, 0),
(575, 10464, 43, 0, 3, 0),
(576, 10464, 56, 0, 30, 0),
(577, 10464, 60, 0, 20, 0),
(578, 10465, 24, 0, 25, 0),
(579, 10465, 29, 0, 18, 0),
(580, 10465, 40, 0, 20, 0),
(581, 10465, 45, 0, 30, 0),
(582, 10465, 50, 0, 25, 0),
(583, 10466, 11, 0, 10, 0),
(584, 10466, 46, 0, 5, 0),
(585, 10467, 24, 0, 28, 0),
(586, 10467, 25, 0, 12, 0),
(587, 10468, 30, 0, 8, 0),
(588, 10468, 43, 0, 15, 0),
(589, 10469, 2, 0, 40, 0),
(590, 10469, 16, 0, 35, 0),
(591, 10469, 44, 0, 2, 0),
(592, 10470, 18, 0, 30, 0),
(593, 10470, 23, 0, 15, 0),
(594, 10470, 64, 0, 8, 0),
(595, 10471, 7, 0, 30, 0),
(596, 10471, 56, 0, 20, 0),
(597, 10472, 24, 0, 80, 0),
(598, 10472, 51, 0, 18, 0),
(599, 10473, 33, 0, 12, 0),
(600, 10473, 71, 0, 12, 0),
(601, 10474, 14, 0, 12, 0),
(602, 10474, 28, 0, 18, 0),
(603, 10474, 40, 0, 21, 0),
(604, 10474, 75, 0, 10, 0),
(605, 10475, 31, 0, 35, 0),
(606, 10475, 66, 0, 60, 0),
(607, 10475, 76, 0, 42, 0),
(608, 10476, 55, 0, 2, 0),
(609, 10476, 70, 0, 12, 0),
(610, 10477, 1, 0, 15, 0),
(611, 10477, 21, 0, 21, 0),
(612, 10477, 39, 0, 20, 0),
(613, 10478, 10, 0, 20, 0),
(614, 10479, 38, 0, 30, 0),
(615, 10479, 53, 0, 28, 0),
(616, 10479, 59, 0, 60, 0),
(617, 10479, 64, 0, 30, 0),
(618, 10480, 47, 0, 30, 0),
(619, 10480, 59, 0, 12, 0),
(620, 10481, 49, 0, 24, 0),
(621, 10481, 60, 0, 40, 0),
(622, 10482, 40, 0, 10, 0),
(623, 10483, 34, 0, 35, 0),
(624, 10483, 77, 0, 30, 0),
(625, 10484, 21, 0, 14, 0),
(626, 10484, 40, 0, 10, 0),
(627, 10484, 51, 0, 3, 0),
(628, 10485, 2, 0, 20, 0),
(629, 10485, 3, 0, 20, 0),
(630, 10485, 55, 0, 30, 0),
(631, 10485, 70, 0, 60, 0),
(632, 10486, 11, 0, 5, 0),
(633, 10486, 51, 0, 25, 0),
(634, 10486, 74, 0, 16, 0),
(635, 10487, 19, 0, 5, 0),
(636, 10487, 26, 0, 30, 0),
(637, 10487, 54, 0, 24, 0),
(638, 10488, 59, 0, 30, 0),
(639, 10488, 73, 0, 20, 0),
(640, 10489, 11, 0, 15, 0),
(641, 10489, 16, 0, 18, 0),
(642, 10490, 59, 0, 60, 0),
(643, 10490, 68, 0, 30, 0),
(644, 10490, 75, 0, 36, 0),
(645, 10491, 44, 0, 15, 0),
(646, 10491, 77, 0, 7, 0),
(647, 10492, 25, 0, 60, 0),
(648, 10492, 42, 0, 20, 0),
(649, 10493, 65, 0, 15, 0),
(650, 10493, 66, 0, 10, 0),
(651, 10493, 69, 0, 10, 0),
(652, 10494, 56, 0, 30, 0),
(653, 10495, 23, 0, 10, 0),
(654, 10495, 41, 0, 20, 0),
(655, 10495, 77, 0, 5, 0),
(656, 10496, 31, 0, 20, 0),
(657, 10497, 56, 0, 14, 0),
(658, 10497, 72, 0, 25, 0),
(659, 10497, 77, 0, 25, 0),
(660, 10498, 24, 0, 14, 0),
(661, 10498, 40, 0, 5, 0),
(662, 10498, 42, 0, 30, 0),
(663, 10499, 28, 0, 20, 0),
(664, 10499, 49, 0, 25, 0),
(665, 10500, 15, 0, 12, 0),
(666, 10500, 28, 0, 8, 0),
(667, 10501, 54, 0, 20, 0),
(668, 10502, 45, 0, 21, 0),
(669, 10502, 53, 0, 6, 0),
(670, 10502, 67, 0, 30, 0),
(671, 10503, 14, 0, 70, 0),
(672, 10503, 65, 0, 20, 0),
(673, 10504, 2, 0, 12, 0),
(674, 10504, 21, 0, 12, 0),
(675, 10504, 53, 0, 10, 0),
(676, 10504, 61, 0, 25, 0),
(677, 10505, 62, 0, 3, 0),
(678, 10506, 25, 0, 18, 0),
(679, 10506, 70, 0, 14, 0),
(680, 10507, 43, 0, 15, 0),
(681, 10507, 48, 0, 15, 0),
(682, 10508, 13, 0, 10, 0),
(683, 10508, 39, 0, 10, 0),
(684, 10509, 28, 0, 3, 0),
(685, 10510, 29, 0, 36, 0),
(686, 10510, 75, 0, 36, 0),
(687, 10511, 4, 0, 50, 0),
(688, 10511, 7, 0, 50, 0),
(689, 10511, 8, 0, 10, 0),
(690, 10512, 24, 0, 10, 0),
(691, 10512, 46, 0, 9, 0),
(692, 10512, 47, 0, 6, 0),
(693, 10512, 60, 0, 12, 0),
(694, 10513, 21, 0, 40, 0),
(695, 10513, 32, 0, 50, 0),
(696, 10513, 61, 0, 15, 0),
(697, 10514, 20, 0, 39, 0),
(698, 10514, 28, 0, 35, 0),
(699, 10514, 56, 0, 70, 0),
(700, 10514, 65, 0, 39, 0),
(701, 10514, 75, 0, 50, 0),
(702, 10515, 9, 0, 16, 0),
(703, 10515, 16, 0, 50, 0),
(704, 10515, 27, 0, 120, 0),
(705, 10515, 33, 0, 16, 0),
(706, 10515, 60, 0, 84, 0),
(707, 10516, 18, 0, 25, 0),
(708, 10516, 41, 0, 80, 0),
(709, 10516, 42, 0, 20, 0),
(710, 10517, 52, 0, 6, 0),
(711, 10517, 59, 0, 4, 0),
(712, 10517, 70, 0, 6, 0),
(713, 10518, 24, 0, 5, 0),
(714, 10518, 38, 0, 15, 0),
(715, 10518, 44, 0, 9, 0),
(716, 10519, 10, 0, 16, 0),
(717, 10519, 56, 0, 40, 0),
(718, 10519, 60, 0, 10, 0),
(719, 10520, 24, 0, 8, 0),
(720, 10520, 53, 0, 5, 0),
(721, 10521, 35, 0, 3, 0),
(722, 10521, 41, 0, 10, 0),
(723, 10521, 68, 0, 6, 0),
(724, 10522, 1, 0, 40, 0),
(725, 10522, 8, 0, 24, 0),
(726, 10522, 30, 0, 20, 0),
(727, 10522, 40, 0, 25, 0),
(728, 10523, 17, 0, 25, 0),
(729, 10523, 20, 0, 15, 0),
(730, 10523, 37, 0, 18, 0),
(731, 10523, 41, 0, 6, 0),
(732, 10524, 10, 0, 2, 0),
(733, 10524, 30, 0, 10, 0),
(734, 10524, 43, 0, 60, 0),
(735, 10524, 54, 0, 15, 0),
(736, 10525, 36, 0, 30, 0),
(737, 10525, 40, 0, 15, 0),
(738, 10526, 1, 0, 8, 0),
(739, 10526, 13, 0, 10, 0),
(740, 10526, 56, 0, 30, 0),
(741, 10527, 4, 0, 50, 0),
(742, 10527, 36, 0, 30, 0),
(743, 10528, 11, 0, 3, 0),
(744, 10528, 33, 0, 8, 0),
(745, 10528, 72, 0, 9, 0),
(746, 10529, 55, 0, 14, 0),
(747, 10529, 68, 0, 20, 0),
(748, 10529, 69, 0, 10, 0),
(749, 10530, 17, 0, 40, 0),
(750, 10530, 43, 0, 25, 0),
(751, 10530, 61, 0, 20, 0),
(752, 10530, 76, 0, 50, 0),
(753, 10531, 59, 0, 2, 0),
(754, 10532, 30, 0, 15, 0),
(755, 10532, 66, 0, 24, 0),
(756, 10533, 4, 0, 50, 0),
(757, 10533, 72, 0, 24, 0),
(758, 10533, 73, 0, 24, 0),
(759, 10534, 30, 0, 10, 0),
(760, 10534, 40, 0, 10, 0),
(761, 10534, 54, 0, 10, 0),
(762, 10535, 11, 0, 50, 0),
(763, 10535, 40, 0, 10, 0),
(764, 10535, 57, 0, 5, 0),
(765, 10535, 59, 0, 15, 0),
(766, 10536, 12, 0, 15, 0),
(767, 10536, 31, 0, 20, 0),
(768, 10536, 33, 0, 30, 0),
(769, 10536, 60, 0, 35, 0),
(770, 10537, 31, 0, 30, 0),
(771, 10537, 51, 0, 6, 0),
(772, 10537, 58, 0, 20, 0),
(773, 10537, 72, 0, 21, 0),
(774, 10537, 73, 0, 9, 0),
(775, 10538, 70, 0, 7, 0),
(776, 10538, 72, 0, 1, 0),
(777, 10539, 13, 0, 8, 0),
(778, 10539, 21, 0, 15, 0),
(779, 10539, 33, 0, 15, 0),
(780, 10539, 49, 0, 6, 0),
(781, 10540, 3, 0, 60, 0),
(782, 10540, 26, 0, 40, 0),
(783, 10540, 38, 0, 30, 0),
(784, 10540, 68, 0, 35, 0),
(785, 10541, 24, 0, 35, 0),
(786, 10541, 38, 0, 4, 0),
(787, 10541, 65, 0, 36, 0),
(788, 10541, 71, 0, 9, 0),
(789, 10542, 11, 0, 15, 0),
(790, 10542, 54, 0, 24, 0),
(791, 10543, 12, 0, 30, 0),
(792, 10543, 23, 0, 70, 0),
(793, 10544, 28, 0, 7, 0),
(794, 10544, 67, 0, 7, 0),
(795, 10545, 11, 0, 10, 0),
(796, 10546, 7, 0, 10, 0),
(797, 10546, 35, 0, 30, 0),
(798, 10546, 62, 0, 40, 0),
(799, 10547, 32, 0, 24, 0),
(800, 10547, 36, 0, 60, 0),
(801, 10548, 34, 0, 10, 0),
(802, 10548, 41, 0, 14, 0),
(803, 10549, 31, 0, 55, 0),
(804, 10549, 45, 0, 100, 0),
(805, 10549, 51, 0, 48, 0),
(806, 10550, 17, 0, 8, 0),
(807, 10550, 19, 0, 10, 0),
(808, 10550, 21, 0, 6, 0),
(809, 10550, 61, 0, 10, 0),
(810, 10551, 16, 0, 40, 0),
(811, 10551, 35, 0, 20, 0),
(812, 10551, 44, 0, 40, 0),
(813, 10552, 69, 0, 18, 0),
(814, 10552, 75, 0, 30, 0),
(815, 10553, 11, 0, 15, 0),
(816, 10553, 16, 0, 14, 0),
(817, 10553, 22, 0, 24, 0),
(818, 10553, 31, 0, 30, 0),
(819, 10553, 35, 0, 6, 0),
(820, 10554, 16, 0, 30, 0),
(821, 10554, 23, 0, 20, 0),
(822, 10554, 62, 0, 20, 0),
(823, 10554, 77, 0, 10, 0),
(824, 10555, 14, 0, 30, 0),
(825, 10555, 19, 0, 35, 0),
(826, 10555, 24, 0, 18, 0),
(827, 10555, 51, 0, 20, 0),
(828, 10555, 56, 0, 40, 0),
(829, 10556, 72, 0, 24, 0),
(830, 10557, 64, 0, 30, 0),
(831, 10557, 75, 0, 20, 0),
(832, 10558, 47, 0, 25, 0),
(833, 10558, 51, 0, 20, 0),
(834, 10558, 52, 0, 30, 0),
(835, 10558, 53, 0, 18, 0),
(836, 10558, 73, 0, 3, 0),
(837, 10559, 41, 0, 12, 0),
(838, 10559, 55, 0, 18, 0),
(839, 10560, 30, 0, 20, 0),
(840, 10560, 62, 0, 15, 0),
(841, 10561, 44, 0, 10, 0),
(842, 10561, 51, 0, 50, 0),
(843, 10562, 33, 0, 20, 0),
(844, 10562, 62, 0, 10, 0),
(845, 10563, 36, 0, 25, 0),
(846, 10563, 52, 0, 70, 0),
(847, 10564, 17, 0, 16, 0),
(848, 10564, 31, 0, 6, 0),
(849, 10564, 55, 0, 25, 0),
(850, 10565, 24, 0, 25, 0),
(851, 10565, 64, 0, 18, 0),
(852, 10566, 11, 0, 35, 0),
(853, 10566, 18, 0, 18, 0),
(854, 10566, 76, 0, 10, 0),
(855, 10567, 31, 0, 60, 0),
(856, 10567, 51, 0, 3, 0),
(857, 10567, 59, 0, 40, 0),
(858, 10568, 10, 0, 5, 0),
(859, 10569, 31, 0, 35, 0),
(860, 10569, 76, 0, 30, 0),
(861, 10570, 11, 0, 15, 0),
(862, 10570, 56, 0, 60, 0),
(863, 10571, 14, 0, 11, 0),
(864, 10571, 42, 0, 28, 0),
(865, 10572, 16, 0, 12, 0),
(866, 10572, 32, 0, 10, 0),
(867, 10572, 40, 0, 50, 0),
(868, 10572, 75, 0, 15, 0),
(869, 10573, 17, 0, 18, 0),
(870, 10573, 34, 0, 40, 0),
(871, 10573, 53, 0, 25, 0),
(872, 10574, 33, 0, 14, 0),
(873, 10574, 40, 0, 2, 0),
(874, 10574, 62, 0, 10, 0),
(875, 10574, 64, 0, 6, 0),
(876, 10575, 59, 0, 12, 0),
(877, 10575, 63, 0, 6, 0),
(878, 10575, 72, 0, 30, 0),
(879, 10575, 76, 0, 10, 0),
(880, 10576, 1, 0, 10, 0),
(881, 10576, 31, 0, 20, 0),
(882, 10576, 44, 0, 21, 0),
(883, 10577, 39, 0, 10, 0),
(884, 10577, 75, 0, 20, 0),
(885, 10577, 77, 0, 18, 0),
(886, 10578, 35, 0, 20, 0),
(887, 10578, 57, 0, 6, 0),
(888, 10579, 15, 0, 10, 0),
(889, 10579, 75, 0, 21, 0),
(890, 10580, 14, 0, 15, 0),
(891, 10580, 41, 0, 9, 0),
(892, 10580, 65, 0, 30, 0),
(893, 10581, 75, 0, 50, 0),
(894, 10582, 57, 0, 4, 0),
(895, 10582, 76, 0, 14, 0),
(896, 10583, 29, 0, 10, 0),
(897, 10583, 60, 0, 24, 0),
(898, 10583, 69, 0, 10, 0),
(899, 10584, 31, 0, 50, 0),
(900, 10585, 47, 0, 15, 0),
(901, 10586, 52, 0, 4, 0),
(902, 10587, 26, 0, 6, 0),
(903, 10587, 35, 0, 20, 0),
(904, 10587, 77, 0, 20, 0),
(905, 10588, 18, 0, 40, 0),
(906, 10588, 42, 0, 100, 0),
(907, 10589, 35, 0, 4, 0),
(908, 10590, 1, 0, 20, 0),
(909, 10590, 77, 0, 60, 0),
(910, 10591, 3, 0, 14, 0),
(911, 10591, 7, 0, 10, 0),
(912, 10591, 54, 0, 50, 0),
(913, 10592, 15, 0, 25, 0),
(914, 10592, 26, 0, 5, 0),
(915, 10593, 20, 0, 21, 0),
(916, 10593, 69, 0, 20, 0),
(917, 10593, 76, 0, 4, 0),
(918, 10594, 52, 0, 24, 0),
(919, 10594, 58, 0, 30, 0),
(920, 10595, 35, 0, 30, 0),
(921, 10595, 61, 0, 120, 0),
(922, 10595, 69, 0, 65, 0),
(923, 10596, 56, 0, 5, 0),
(924, 10596, 63, 0, 24, 0),
(925, 10596, 75, 0, 30, 0),
(926, 10597, 24, 0, 35, 0),
(927, 10597, 57, 0, 20, 0),
(928, 10597, 65, 0, 12, 0),
(929, 10598, 27, 0, 50, 0),
(930, 10598, 71, 0, 9, 0),
(931, 10599, 62, 0, 10, 0),
(932, 10600, 54, 0, 4, 0),
(933, 10600, 73, 0, 30, 0),
(934, 10601, 13, 0, 60, 0),
(935, 10601, 59, 0, 35, 0),
(936, 10602, 77, 0, 5, 0),
(937, 10603, 22, 0, 48, 0),
(938, 10603, 49, 0, 25, 0),
(939, 10604, 48, 0, 6, 0),
(940, 10604, 76, 0, 10, 0),
(941, 10605, 16, 0, 30, 0),
(942, 10605, 59, 0, 20, 0),
(943, 10605, 60, 0, 70, 0),
(944, 10605, 71, 0, 15, 0),
(945, 10606, 4, 0, 20, 0),
(946, 10606, 55, 0, 20, 0),
(947, 10606, 62, 0, 10, 0),
(948, 10607, 7, 0, 45, 0),
(949, 10607, 17, 0, 100, 0),
(950, 10607, 33, 0, 14, 0),
(951, 10607, 40, 0, 42, 0),
(952, 10607, 72, 0, 12, 0),
(953, 10608, 56, 0, 28, 0),
(954, 10609, 1, 0, 3, 0),
(955, 10609, 10, 0, 10, 0),
(956, 10609, 21, 0, 6, 0),
(957, 10610, 36, 0, 21, 0),
(958, 10611, 1, 0, 6, 0),
(959, 10611, 2, 0, 10, 0),
(960, 10611, 60, 0, 15, 0),
(961, 10612, 10, 0, 70, 0),
(962, 10612, 36, 0, 55, 0),
(963, 10612, 49, 0, 18, 0),
(964, 10612, 60, 0, 40, 0),
(965, 10612, 76, 0, 80, 0),
(966, 10613, 13, 0, 8, 0),
(967, 10613, 75, 0, 40, 0),
(968, 10614, 11, 0, 14, 0),
(969, 10614, 21, 0, 8, 0),
(970, 10614, 39, 0, 5, 0),
(971, 10615, 55, 0, 5, 0),
(972, 10616, 38, 0, 15, 0),
(973, 10616, 56, 0, 14, 0),
(974, 10616, 70, 0, 15, 0),
(975, 10616, 71, 0, 15, 0),
(976, 10617, 59, 0, 30, 0),
(977, 10618, 6, 0, 70, 0),
(978, 10618, 56, 0, 20, 0),
(979, 10618, 68, 0, 15, 0),
(980, 10619, 21, 0, 42, 0),
(981, 10619, 22, 0, 40, 0),
(982, 10620, 24, 0, 5, 0),
(983, 10620, 52, 0, 5, 0),
(984, 10621, 19, 0, 5, 0),
(985, 10621, 23, 0, 10, 0),
(986, 10621, 70, 0, 20, 0),
(987, 10621, 71, 0, 15, 0),
(988, 10622, 2, 0, 20, 0),
(989, 10622, 68, 0, 18, 0),
(990, 10623, 14, 0, 21, 0),
(991, 10623, 19, 0, 15, 0),
(992, 10623, 21, 0, 25, 0),
(993, 10623, 24, 0, 3, 0),
(994, 10623, 35, 0, 30, 0),
(995, 10624, 28, 0, 10, 0),
(996, 10624, 29, 0, 6, 0),
(997, 10624, 44, 0, 10, 0),
(998, 10625, 14, 0, 3, 0),
(999, 10625, 42, 0, 5, 0),
(1000, 10625, 60, 0, 10, 0),
(1001, 10626, 53, 0, 12, 0),
(1002, 10626, 60, 0, 20, 0),
(1003, 10626, 71, 0, 20, 0),
(1004, 10627, 62, 0, 15, 0),
(1005, 10627, 73, 0, 35, 0),
(1006, 10628, 1, 0, 25, 0),
(1007, 10629, 29, 0, 20, 0),
(1008, 10629, 64, 0, 9, 0),
(1009, 10630, 55, 0, 12, 0),
(1010, 10630, 76, 0, 35, 0),
(1011, 10631, 75, 0, 8, 0),
(1012, 10632, 2, 0, 30, 0),
(1013, 10632, 33, 0, 20, 0),
(1014, 10633, 12, 0, 36, 0),
(1015, 10633, 13, 0, 13, 0),
(1016, 10633, 26, 0, 35, 0),
(1017, 10633, 62, 0, 80, 0),
(1018, 10634, 7, 0, 35, 0),
(1019, 10634, 18, 0, 50, 0),
(1020, 10634, 51, 0, 15, 0),
(1021, 10634, 75, 0, 2, 0),
(1022, 10635, 4, 0, 10, 0),
(1023, 10635, 5, 0, 15, 0),
(1024, 10635, 22, 0, 40, 0),
(1025, 10636, 4, 0, 25, 0),
(1026, 10636, 58, 0, 6, 0),
(1027, 10637, 11, 0, 10, 0),
(1028, 10637, 50, 0, 25, 0),
(1029, 10637, 56, 0, 60, 0),
(1030, 10638, 45, 0, 20, 0),
(1031, 10638, 65, 0, 21, 0),
(1032, 10638, 72, 0, 60, 0),
(1033, 10639, 18, 0, 8, 0),
(1034, 10640, 69, 0, 20, 0),
(1035, 10640, 70, 0, 15, 0),
(1036, 10641, 2, 0, 50, 0),
(1037, 10641, 40, 0, 60, 0),
(1038, 10642, 21, 0, 30, 0),
(1039, 10642, 61, 0, 20, 0),
(1040, 10643, 28, 0, 15, 0),
(1041, 10643, 39, 0, 21, 0),
(1042, 10643, 46, 0, 2, 0),
(1043, 10644, 18, 0, 4, 0),
(1044, 10644, 43, 0, 20, 0),
(1045, 10644, 46, 0, 21, 0),
(1046, 10645, 18, 0, 20, 0),
(1047, 10645, 36, 0, 15, 0),
(1048, 10646, 1, 0, 15, 0),
(1049, 10646, 10, 0, 18, 0),
(1050, 10646, 71, 0, 30, 0),
(1051, 10646, 77, 0, 35, 0),
(1052, 10647, 19, 0, 30, 0),
(1053, 10647, 39, 0, 20, 0),
(1054, 10648, 22, 0, 15, 0),
(1055, 10648, 24, 0, 15, 0),
(1056, 10649, 28, 0, 20, 0),
(1057, 10649, 72, 0, 15, 0),
(1058, 10650, 30, 0, 30, 0),
(1059, 10650, 53, 0, 25, 0),
(1060, 10650, 54, 0, 30, 0),
(1061, 10651, 19, 0, 12, 0),
(1062, 10651, 22, 0, 20, 0),
(1063, 10652, 30, 0, 2, 0),
(1064, 10652, 42, 0, 20, 0),
(1065, 10653, 16, 0, 30, 0),
(1066, 10653, 60, 0, 20, 0),
(1067, 10654, 4, 0, 12, 0),
(1068, 10654, 39, 0, 20, 0),
(1069, 10654, 54, 0, 6, 0),
(1070, 10655, 41, 0, 20, 0),
(1071, 10656, 14, 0, 3, 0),
(1072, 10656, 44, 0, 28, 0),
(1073, 10656, 47, 0, 6, 0),
(1074, 10657, 15, 0, 50, 0),
(1075, 10657, 41, 0, 24, 0),
(1076, 10657, 46, 0, 45, 0),
(1077, 10657, 47, 0, 10, 0),
(1078, 10657, 56, 0, 45, 0),
(1079, 10657, 60, 0, 30, 0),
(1080, 10658, 21, 0, 60, 0),
(1081, 10658, 40, 0, 70, 0),
(1082, 10658, 60, 0, 55, 0),
(1083, 10658, 77, 0, 70, 0),
(1084, 10659, 31, 0, 20, 0),
(1085, 10659, 40, 0, 24, 0),
(1086, 10659, 70, 0, 40, 0),
(1087, 10660, 20, 0, 21, 0),
(1088, 10661, 39, 0, 3, 0),
(1089, 10661, 58, 0, 49, 0),
(1090, 10662, 68, 0, 10, 0),
(1091, 10663, 40, 0, 30, 0),
(1092, 10663, 42, 0, 30, 0),
(1093, 10663, 51, 0, 20, 0),
(1094, 10664, 10, 0, 24, 0),
(1095, 10664, 56, 0, 12, 0),
(1096, 10664, 65, 0, 15, 0),
(1097, 10665, 51, 0, 20, 0),
(1098, 10665, 59, 0, 1, 0),
(1099, 10665, 76, 0, 10, 0),
(1100, 10666, 29, 0, 36, 0),
(1101, 10666, 65, 0, 10, 0),
(1102, 10667, 69, 0, 45, 0),
(1103, 10667, 71, 0, 14, 0),
(1104, 10668, 31, 0, 8, 0),
(1105, 10668, 55, 0, 4, 0),
(1106, 10668, 64, 0, 15, 0),
(1107, 10669, 36, 0, 30, 0),
(1108, 10670, 23, 0, 32, 0),
(1109, 10670, 46, 0, 60, 0),
(1110, 10670, 67, 0, 25, 0),
(1111, 10670, 73, 0, 50, 0),
(1112, 10670, 75, 0, 25, 0),
(1113, 10671, 16, 0, 10, 0),
(1114, 10671, 62, 0, 10, 0),
(1115, 10671, 65, 0, 12, 0),
(1116, 10672, 38, 0, 15, 0),
(1117, 10672, 71, 0, 12, 0),
(1118, 10673, 16, 0, 3, 0),
(1119, 10673, 42, 0, 6, 0),
(1120, 10673, 43, 0, 6, 0),
(1121, 10674, 23, 0, 5, 0),
(1122, 10675, 14, 0, 30, 0),
(1123, 10675, 53, 0, 10, 0),
(1124, 10675, 58, 0, 30, 0),
(1125, 10676, 10, 0, 2, 0),
(1126, 10676, 19, 0, 7, 0),
(1127, 10676, 44, 0, 21, 0),
(1128, 10677, 26, 0, 30, 0),
(1129, 10677, 33, 0, 8, 0),
(1130, 10678, 12, 0, 100, 0),
(1131, 10678, 33, 0, 30, 0),
(1132, 10678, 41, 0, 120, 0),
(1133, 10678, 54, 0, 30, 0),
(1134, 10679, 59, 0, 12, 0),
(1135, 10680, 16, 0, 50, 0),
(1136, 10680, 31, 0, 20, 0),
(1137, 10680, 42, 0, 40, 0),
(1138, 10681, 19, 0, 30, 0),
(1139, 10681, 21, 0, 12, 0),
(1140, 10681, 64, 0, 28, 0),
(1141, 10682, 33, 0, 30, 0),
(1142, 10682, 66, 0, 4, 0),
(1143, 10682, 75, 0, 30, 0),
(1144, 10683, 52, 0, 9, 0),
(1145, 10684, 40, 0, 20, 0),
(1146, 10684, 47, 0, 40, 0),
(1147, 10684, 60, 0, 30, 0),
(1148, 10685, 10, 0, 20, 0),
(1149, 10685, 41, 0, 4, 0),
(1150, 10685, 47, 0, 15, 0),
(1151, 10686, 17, 0, 30, 0),
(1152, 10686, 26, 0, 15, 0),
(1153, 10687, 9, 0, 50, 0),
(1154, 10687, 29, 0, 10, 0),
(1155, 10687, 36, 0, 6, 0),
(1156, 10688, 10, 0, 18, 0),
(1157, 10688, 28, 0, 60, 0),
(1158, 10688, 34, 0, 14, 0),
(1159, 10689, 1, 0, 35, 0),
(1160, 10690, 56, 0, 20, 0),
(1161, 10690, 77, 0, 30, 0),
(1162, 10691, 1, 0, 30, 0),
(1163, 10691, 29, 0, 40, 0),
(1164, 10691, 43, 0, 40, 0),
(1165, 10691, 44, 0, 24, 0),
(1166, 10691, 62, 0, 48, 0),
(1167, 10692, 63, 0, 20, 0),
(1168, 10693, 9, 0, 6, 0),
(1169, 10693, 54, 0, 60, 0),
(1170, 10693, 69, 0, 30, 0),
(1171, 10693, 73, 0, 15, 0),
(1172, 10694, 7, 0, 90, 0),
(1173, 10694, 59, 0, 25, 0),
(1174, 10694, 70, 0, 50, 0),
(1175, 10695, 8, 0, 10, 0),
(1176, 10695, 12, 0, 4, 0),
(1177, 10695, 24, 0, 20, 0),
(1178, 10696, 17, 0, 20, 0),
(1179, 10696, 46, 0, 18, 0),
(1180, 10697, 19, 0, 7, 0),
(1181, 10697, 35, 0, 9, 0),
(1182, 10697, 58, 0, 30, 0),
(1183, 10697, 70, 0, 30, 0),
(1184, 10698, 11, 0, 15, 0),
(1185, 10698, 17, 0, 8, 0),
(1186, 10698, 29, 0, 12, 0),
(1187, 10698, 65, 0, 65, 0),
(1188, 10698, 70, 0, 8, 0),
(1189, 10699, 47, 0, 12, 0),
(1190, 10700, 1, 0, 5, 0),
(1191, 10700, 34, 0, 12, 0),
(1192, 10700, 68, 0, 40, 0),
(1193, 10700, 71, 0, 60, 0),
(1194, 10701, 59, 0, 42, 0),
(1195, 10701, 71, 0, 20, 0),
(1196, 10701, 76, 0, 35, 0),
(1197, 10702, 3, 0, 6, 0),
(1198, 10702, 76, 0, 15, 0),
(1199, 10703, 2, 0, 5, 0),
(1200, 10703, 59, 0, 35, 0),
(1201, 10703, 73, 0, 35, 0),
(1202, 10704, 4, 0, 6, 0),
(1203, 10704, 24, 0, 35, 0),
(1204, 10704, 48, 0, 24, 0),
(1205, 10705, 31, 0, 20, 0),
(1206, 10705, 32, 0, 4, 0),
(1207, 10706, 16, 0, 20, 0),
(1208, 10706, 43, 0, 24, 0),
(1209, 10706, 59, 0, 8, 0),
(1210, 10707, 55, 0, 21, 0),
(1211, 10707, 57, 0, 40, 0),
(1212, 10707, 70, 0, 28, 0),
(1213, 10708, 5, 0, 4, 0),
(1214, 10708, 36, 0, 5, 0),
(1215, 10709, 8, 0, 40, 0),
(1216, 10709, 51, 0, 28, 0),
(1217, 10709, 60, 0, 10, 0),
(1218, 10710, 19, 0, 5, 0),
(1219, 10710, 47, 0, 5, 0),
(1220, 10711, 19, 0, 12, 0),
(1221, 10711, 41, 0, 42, 0),
(1222, 10711, 53, 0, 120, 0),
(1223, 10712, 53, 0, 3, 0),
(1224, 10712, 56, 0, 30, 0),
(1225, 10713, 10, 0, 18, 0),
(1226, 10713, 26, 0, 30, 0),
(1227, 10713, 45, 0, 110, 0),
(1228, 10713, 46, 0, 24, 0),
(1229, 10714, 2, 0, 30, 0),
(1230, 10714, 17, 0, 27, 0),
(1231, 10714, 47, 0, 50, 0),
(1232, 10714, 56, 0, 18, 0),
(1233, 10714, 58, 0, 12, 0),
(1234, 10715, 10, 0, 21, 0),
(1235, 10715, 71, 0, 30, 0),
(1236, 10716, 21, 0, 5, 0),
(1237, 10716, 51, 0, 7, 0),
(1238, 10716, 61, 0, 10, 0),
(1239, 10717, 21, 0, 32, 0),
(1240, 10717, 54, 0, 15, 0),
(1241, 10717, 69, 0, 25, 0),
(1242, 10718, 12, 0, 36, 0),
(1243, 10718, 16, 0, 20, 0),
(1244, 10718, 36, 0, 40, 0),
(1245, 10718, 62, 0, 20, 0),
(1246, 10719, 18, 0, 12, 0),
(1247, 10719, 30, 0, 3, 0),
(1248, 10719, 54, 0, 40, 0),
(1249, 10720, 35, 0, 21, 0),
(1250, 10720, 71, 0, 8, 0),
(1251, 10721, 44, 0, 50, 0),
(1252, 10722, 2, 0, 3, 0),
(1253, 10722, 31, 0, 50, 0),
(1254, 10722, 68, 0, 45, 0),
(1255, 10722, 75, 0, 42, 0),
(1256, 10723, 26, 0, 15, 0),
(1257, 10724, 10, 0, 16, 0),
(1258, 10724, 61, 0, 5, 0),
(1259, 10725, 41, 0, 12, 0),
(1260, 10725, 52, 0, 4, 0),
(1261, 10725, 55, 0, 6, 0),
(1262, 10726, 4, 0, 25, 0),
(1263, 10726, 11, 0, 5, 0),
(1264, 10727, 17, 0, 20, 0),
(1265, 10727, 56, 0, 10, 0),
(1266, 10727, 59, 0, 10, 0),
(1267, 10728, 30, 0, 15, 0),
(1268, 10728, 40, 0, 6, 0),
(1269, 10728, 55, 0, 12, 0),
(1270, 10728, 60, 0, 15, 0),
(1271, 10729, 1, 0, 50, 0),
(1272, 10729, 21, 0, 30, 0),
(1273, 10729, 50, 0, 40, 0),
(1274, 10730, 16, 0, 15, 0),
(1275, 10730, 31, 0, 3, 0),
(1276, 10730, 65, 0, 10, 0),
(1277, 10731, 21, 0, 40, 0),
(1278, 10731, 51, 0, 30, 0),
(1279, 10732, 76, 0, 20, 0),
(1280, 10733, 14, 0, 16, 0),
(1281, 10733, 28, 0, 20, 0),
(1282, 10733, 52, 0, 25, 0),
(1283, 10734, 6, 0, 30, 0),
(1284, 10734, 30, 0, 15, 0),
(1285, 10734, 76, 0, 20, 0),
(1286, 10735, 61, 0, 20, 0),
(1287, 10735, 77, 0, 2, 0),
(1288, 10736, 65, 0, 40, 0),
(1289, 10736, 75, 0, 20, 0),
(1290, 10737, 13, 0, 4, 0),
(1291, 10737, 41, 0, 12, 0),
(1292, 10738, 16, 0, 3, 0),
(1293, 10739, 36, 0, 6, 0),
(1294, 10739, 52, 0, 18, 0),
(1295, 10740, 28, 0, 5, 0),
(1296, 10740, 35, 0, 35, 0),
(1297, 10740, 45, 0, 40, 0),
(1298, 10740, 56, 0, 14, 0),
(1299, 10741, 2, 0, 15, 0),
(1300, 10742, 3, 0, 20, 0),
(1301, 10742, 60, 0, 50, 0),
(1302, 10742, 72, 0, 35, 0),
(1303, 10743, 46, 0, 28, 0),
(1304, 10744, 40, 0, 50, 0),
(1305, 10745, 18, 0, 24, 0),
(1306, 10745, 44, 0, 16, 0),
(1307, 10745, 59, 0, 45, 0),
(1308, 10745, 72, 0, 7, 0),
(1309, 10746, 13, 0, 6, 0),
(1310, 10746, 42, 0, 28, 0),
(1311, 10746, 62, 0, 9, 0),
(1312, 10746, 69, 0, 40, 0),
(1313, 10747, 31, 0, 8, 0),
(1314, 10747, 41, 0, 35, 0),
(1315, 10747, 63, 0, 9, 0),
(1316, 10747, 69, 0, 30, 0),
(1317, 10748, 23, 0, 44, 0),
(1318, 10748, 40, 0, 40, 0),
(1319, 10748, 56, 0, 28, 0),
(1320, 10749, 56, 0, 15, 0),
(1321, 10749, 59, 0, 6, 0),
(1322, 10749, 76, 0, 10, 0),
(1323, 10750, 14, 0, 5, 0),
(1324, 10750, 45, 0, 40, 0),
(1325, 10750, 59, 0, 25, 0),
(1326, 10751, 26, 0, 12, 0),
(1327, 10751, 30, 0, 30, 0),
(1328, 10751, 50, 0, 20, 0),
(1329, 10751, 73, 0, 15, 0),
(1330, 10752, 1, 0, 8, 0),
(1331, 10752, 69, 0, 3, 0),
(1332, 10753, 45, 0, 4, 0),
(1333, 10753, 74, 0, 5, 0),
(1334, 10754, 40, 0, 3, 0),
(1335, 10755, 47, 0, 30, 0),
(1336, 10755, 56, 0, 30, 0),
(1337, 10755, 57, 0, 14, 0),
(1338, 10755, 69, 0, 25, 0),
(1339, 10756, 18, 0, 21, 0),
(1340, 10756, 36, 0, 20, 0),
(1341, 10756, 68, 0, 6, 0),
(1342, 10756, 69, 0, 20, 0),
(1343, 10757, 34, 0, 30, 0),
(1344, 10757, 59, 0, 7, 0),
(1345, 10757, 62, 0, 30, 0),
(1346, 10757, 64, 0, 24, 0),
(1347, 10758, 26, 0, 20, 0),
(1348, 10758, 52, 0, 60, 0),
(1349, 10758, 70, 0, 40, 0),
(1350, 10759, 32, 0, 10, 0),
(1351, 10760, 25, 0, 12, 0),
(1352, 10760, 27, 0, 40, 0),
(1353, 10760, 43, 0, 30, 0),
(1354, 10761, 25, 0, 35, 0),
(1355, 10761, 75, 0, 18, 0),
(1356, 10762, 39, 0, 16, 0),
(1357, 10762, 47, 0, 30, 0),
(1358, 10762, 51, 0, 28, 0),
(1359, 10762, 56, 0, 60, 0),
(1360, 10763, 21, 0, 40, 0),
(1361, 10763, 22, 0, 6, 0),
(1362, 10763, 24, 0, 20, 0),
(1363, 10764, 3, 0, 20, 0),
(1364, 10764, 39, 0, 130, 0),
(1365, 10765, 65, 0, 80, 0),
(1366, 10766, 2, 0, 40, 0),
(1367, 10766, 7, 0, 35, 0),
(1368, 10766, 68, 0, 40, 0),
(1369, 10767, 42, 0, 2, 0),
(1370, 10768, 22, 0, 4, 0),
(1371, 10768, 31, 0, 50, 0),
(1372, 10768, 60, 0, 15, 0),
(1373, 10768, 71, 0, 12, 0),
(1374, 10769, 41, 0, 30, 0),
(1375, 10769, 52, 0, 15, 0),
(1376, 10769, 61, 0, 20, 0),
(1377, 10769, 62, 0, 15, 0),
(1378, 10770, 11, 0, 15, 0),
(1379, 10771, 71, 0, 16, 0),
(1380, 10772, 29, 0, 18, 0),
(1381, 10772, 59, 0, 25, 0),
(1382, 10773, 17, 0, 33, 0),
(1383, 10773, 31, 0, 70, 0),
(1384, 10773, 75, 0, 7, 0),
(1385, 10774, 31, 0, 2, 0),
(1386, 10774, 66, 0, 50, 0),
(1387, 10775, 10, 0, 6, 0),
(1388, 10775, 67, 0, 3, 0),
(1389, 10776, 31, 0, 16, 0),
(1390, 10776, 42, 0, 12, 0),
(1391, 10776, 45, 0, 27, 0),
(1392, 10776, 51, 0, 120, 0),
(1393, 10777, 42, 0, 20, 0),
(1394, 10778, 41, 0, 10, 0),
(1395, 10779, 16, 0, 20, 0),
(1396, 10779, 62, 0, 20, 0),
(1397, 10780, 70, 0, 35, 0),
(1398, 10780, 77, 0, 15, 0),
(1399, 10781, 54, 0, 3, 0),
(1400, 10781, 56, 0, 20, 0),
(1401, 10781, 74, 0, 35, 0),
(1402, 10782, 31, 0, 1, 0),
(1403, 10783, 31, 0, 10, 0),
(1404, 10783, 38, 0, 5, 0),
(1405, 10784, 36, 0, 30, 0),
(1406, 10784, 39, 0, 2, 0),
(1407, 10784, 72, 0, 30, 0),
(1408, 10785, 10, 0, 10, 0),
(1409, 10785, 75, 0, 10, 0),
(1410, 10786, 8, 0, 30, 0),
(1411, 10786, 30, 0, 15, 0),
(1412, 10786, 75, 0, 42, 0),
(1413, 10787, 2, 0, 15, 0),
(1414, 10787, 29, 0, 20, 0),
(1415, 10788, 19, 0, 50, 0),
(1416, 10788, 75, 0, 40, 0),
(1417, 10789, 18, 0, 30, 0),
(1418, 10789, 35, 0, 15, 0),
(1419, 10789, 63, 0, 30, 0),
(1420, 10789, 68, 0, 18, 0),
(1421, 10790, 7, 0, 3, 0),
(1422, 10790, 56, 0, 20, 0),
(1423, 10791, 29, 0, 14, 0),
(1424, 10791, 41, 0, 20, 0),
(1425, 10792, 2, 0, 10, 0),
(1426, 10792, 54, 0, 3, 0),
(1427, 10792, 68, 0, 15, 0),
(1428, 10793, 41, 0, 14, 0),
(1429, 10793, 52, 0, 8, 0),
(1430, 10794, 14, 0, 15, 0),
(1431, 10794, 54, 0, 6, 0),
(1432, 10795, 16, 0, 65, 0),
(1433, 10795, 17, 0, 35, 0),
(1434, 10796, 26, 0, 21, 0),
(1435, 10796, 44, 0, 10, 0),
(1436, 10796, 64, 0, 35, 0),
(1437, 10796, 69, 0, 24, 0),
(1438, 10797, 11, 0, 20, 0),
(1439, 10798, 62, 0, 2, 0),
(1440, 10798, 72, 0, 10, 0),
(1441, 10799, 13, 0, 20, 0),
(1442, 10799, 24, 0, 20, 0),
(1443, 10799, 59, 0, 25, 0),
(1444, 10800, 11, 0, 50, 0),
(1445, 10800, 51, 0, 10, 0),
(1446, 10800, 54, 0, 7, 0),
(1447, 10801, 17, 0, 40, 0),
(1448, 10801, 29, 0, 20, 0),
(1449, 10802, 30, 0, 25, 0),
(1450, 10802, 51, 0, 30, 0),
(1451, 10802, 55, 0, 60, 0),
(1452, 10802, 62, 0, 5, 0),
(1453, 10803, 19, 0, 24, 0),
(1454, 10803, 25, 0, 15, 0),
(1455, 10803, 59, 0, 15, 0),
(1456, 10804, 10, 0, 36, 0),
(1457, 10804, 28, 0, 24, 0),
(1458, 10804, 49, 0, 4, 0),
(1459, 10805, 34, 0, 10, 0),
(1460, 10805, 38, 0, 10, 0),
(1461, 10806, 2, 0, 20, 0),
(1462, 10806, 65, 0, 2, 0),
(1463, 10806, 74, 0, 15, 0),
(1464, 10807, 40, 0, 1, 0),
(1465, 10808, 56, 0, 20, 0),
(1466, 10808, 76, 0, 50, 0),
(1467, 10809, 52, 0, 20, 0),
(1468, 10810, 13, 0, 7, 0),
(1469, 10810, 25, 0, 5, 0),
(1470, 10810, 70, 0, 5, 0),
(1471, 10811, 19, 0, 15, 0),
(1472, 10811, 23, 0, 18, 0),
(1473, 10811, 40, 0, 30, 0),
(1474, 10812, 31, 0, 16, 0),
(1475, 10812, 72, 0, 40, 0),
(1476, 10812, 77, 0, 20, 0),
(1477, 10813, 2, 0, 12, 0),
(1478, 10813, 46, 0, 35, 0),
(1479, 10814, 41, 0, 20, 0),
(1480, 10814, 43, 0, 20, 0),
(1481, 10814, 48, 0, 8, 0),
(1482, 10814, 61, 0, 30, 0),
(1483, 10815, 33, 0, 16, 0),
(1484, 10816, 38, 0, 30, 0),
(1485, 10816, 62, 0, 20, 0),
(1486, 10817, 26, 0, 40, 0),
(1487, 10817, 38, 0, 30, 0),
(1488, 10817, 40, 0, 60, 0),
(1489, 10817, 62, 0, 25, 0),
(1490, 10818, 32, 0, 20, 0),
(1491, 10818, 41, 0, 20, 0),
(1492, 10819, 43, 0, 7, 0),
(1493, 10819, 75, 0, 20, 0),
(1494, 10820, 56, 0, 30, 0),
(1495, 10821, 35, 0, 20, 0),
(1496, 10821, 51, 0, 6, 0),
(1497, 10822, 62, 0, 3, 0),
(1498, 10822, 70, 0, 6, 0),
(1499, 10823, 11, 0, 20, 0),
(1500, 10823, 57, 0, 15, 0),
(1501, 10823, 59, 0, 40, 0),
(1502, 10823, 77, 0, 15, 0),
(1503, 10824, 41, 0, 12, 0),
(1504, 10824, 70, 0, 9, 0),
(1505, 10825, 26, 0, 12, 0),
(1506, 10825, 53, 0, 20, 0),
(1507, 10826, 31, 0, 35, 0),
(1508, 10826, 57, 0, 15, 0),
(1509, 10827, 10, 0, 15, 0),
(1510, 10827, 39, 0, 21, 0),
(1511, 10828, 20, 0, 5, 0),
(1512, 10828, 38, 0, 2, 0),
(1513, 10829, 2, 0, 10, 0),
(1514, 10829, 8, 0, 20, 0),
(1515, 10829, 13, 0, 10, 0),
(1516, 10829, 60, 0, 21, 0),
(1517, 10830, 6, 0, 6, 0),
(1518, 10830, 39, 0, 28, 0),
(1519, 10830, 60, 0, 30, 0),
(1520, 10830, 68, 0, 24, 0),
(1521, 10831, 19, 0, 2, 0),
(1522, 10831, 35, 0, 8, 0),
(1523, 10831, 38, 0, 8, 0),
(1524, 10831, 43, 0, 9, 0),
(1525, 10832, 13, 0, 3, 0),
(1526, 10832, 25, 0, 10, 0),
(1527, 10832, 44, 0, 16, 0),
(1528, 10832, 64, 0, 3, 0),
(1529, 10833, 7, 0, 20, 0),
(1530, 10833, 31, 0, 9, 0),
(1531, 10833, 53, 0, 9, 0),
(1532, 10834, 29, 0, 8, 0),
(1533, 10834, 30, 0, 20, 0),
(1534, 10835, 59, 0, 15, 0),
(1535, 10835, 77, 0, 2, 0),
(1536, 10836, 22, 0, 52, 0),
(1537, 10836, 35, 0, 6, 0),
(1538, 10836, 57, 0, 24, 0),
(1539, 10836, 60, 0, 60, 0),
(1540, 10836, 64, 0, 30, 0),
(1541, 10837, 13, 0, 6, 0),
(1542, 10837, 40, 0, 25, 0),
(1543, 10837, 47, 0, 40, 0),
(1544, 10837, 76, 0, 21, 0),
(1545, 10838, 1, 0, 4, 0),
(1546, 10838, 18, 0, 25, 0),
(1547, 10838, 36, 0, 50, 0),
(1548, 10839, 58, 0, 30, 0),
(1549, 10839, 72, 0, 15, 0),
(1550, 10840, 25, 0, 6, 0),
(1551, 10840, 39, 0, 10, 0),
(1552, 10841, 10, 0, 16, 0),
(1553, 10841, 56, 0, 30, 0),
(1554, 10841, 59, 0, 50, 0),
(1555, 10841, 77, 0, 15, 0),
(1556, 10842, 11, 0, 15, 0),
(1557, 10842, 43, 0, 5, 0),
(1558, 10842, 68, 0, 20, 0),
(1559, 10842, 70, 0, 12, 0),
(1560, 10843, 51, 0, 4, 0),
(1561, 10844, 22, 0, 35, 0),
(1562, 10845, 23, 0, 70, 0),
(1563, 10845, 35, 0, 25, 0),
(1564, 10845, 42, 0, 42, 0),
(1565, 10845, 58, 0, 60, 0),
(1566, 10845, 64, 0, 48, 0),
(1567, 10846, 4, 0, 21, 0),
(1568, 10846, 70, 0, 30, 0),
(1569, 10846, 74, 0, 20, 0),
(1570, 10847, 1, 0, 80, 0),
(1571, 10847, 19, 0, 12, 0),
(1572, 10847, 37, 0, 60, 0),
(1573, 10847, 45, 0, 36, 0),
(1574, 10847, 60, 0, 45, 0),
(1575, 10847, 71, 0, 55, 0),
(1576, 10848, 5, 0, 30, 0),
(1577, 10848, 9, 0, 3, 0),
(1578, 10849, 3, 0, 49, 0),
(1579, 10849, 26, 0, 18, 0),
(1580, 10850, 25, 0, 20, 0),
(1581, 10850, 33, 0, 4, 0),
(1582, 10850, 70, 0, 30, 0),
(1583, 10851, 2, 0, 5, 0),
(1584, 10851, 25, 0, 10, 0),
(1585, 10851, 57, 0, 10, 0),
(1586, 10851, 59, 0, 42, 0),
(1587, 10852, 2, 0, 15, 0),
(1588, 10852, 17, 0, 6, 0),
(1589, 10852, 62, 0, 50, 0),
(1590, 10853, 18, 0, 10, 0),
(1591, 10854, 10, 0, 100, 0),
(1592, 10854, 13, 0, 65, 0),
(1593, 10855, 16, 0, 50, 0),
(1594, 10855, 31, 0, 14, 0),
(1595, 10855, 56, 0, 24, 0),
(1596, 10855, 65, 0, 15, 0),
(1597, 10856, 2, 0, 20, 0),
(1598, 10856, 42, 0, 20, 0),
(1599, 10857, 3, 0, 30, 0),
(1600, 10857, 26, 0, 35, 0),
(1601, 10857, 29, 0, 10, 0),
(1602, 10858, 7, 0, 5, 0),
(1603, 10858, 27, 0, 10, 0),
(1604, 10858, 70, 0, 4, 0),
(1605, 10859, 24, 0, 40, 0),
(1606, 10859, 54, 0, 35, 0),
(1607, 10859, 64, 0, 30, 0),
(1608, 10860, 51, 0, 3, 0),
(1609, 10860, 76, 0, 20, 0),
(1610, 10861, 17, 0, 42, 0),
(1611, 10861, 18, 0, 20, 0),
(1612, 10861, 21, 0, 40, 0),
(1613, 10861, 33, 0, 35, 0),
(1614, 10861, 62, 0, 3, 0),
(1615, 10862, 11, 0, 25, 0),
(1616, 10862, 52, 0, 8, 0),
(1617, 10863, 1, 0, 20, 0),
(1618, 10863, 58, 0, 12, 0),
(1619, 10864, 35, 0, 4, 0),
(1620, 10864, 67, 0, 15, 0),
(1621, 10865, 38, 0, 60, 0),
(1622, 10865, 39, 0, 80, 0),
(1623, 10866, 2, 0, 21, 0),
(1624, 10866, 24, 0, 6, 0),
(1625, 10866, 30, 0, 40, 0),
(1626, 10867, 53, 0, 3, 0),
(1627, 10868, 26, 0, 20, 0),
(1628, 10868, 35, 0, 30, 0),
(1629, 10868, 49, 0, 42, 0),
(1630, 10869, 1, 0, 40, 0),
(1631, 10869, 11, 0, 10, 0),
(1632, 10869, 23, 0, 50, 0),
(1633, 10869, 68, 0, 20, 0),
(1634, 10870, 35, 0, 3, 0),
(1635, 10870, 51, 0, 2, 0),
(1636, 10871, 6, 0, 50, 0),
(1637, 10871, 16, 0, 12, 0),
(1638, 10871, 17, 0, 16, 0),
(1639, 10872, 55, 0, 10, 0),
(1640, 10872, 62, 0, 20, 0),
(1641, 10872, 64, 0, 15, 0),
(1642, 10872, 65, 0, 21, 0),
(1643, 10873, 21, 0, 20, 0),
(1644, 10873, 28, 0, 3, 0),
(1645, 10874, 10, 0, 10, 0),
(1646, 10875, 19, 0, 25, 0),
(1647, 10875, 47, 0, 21, 0),
(1648, 10875, 49, 0, 15, 0),
(1649, 10876, 46, 0, 21, 0),
(1650, 10876, 64, 0, 20, 0),
(1651, 10877, 16, 0, 30, 0),
(1652, 10877, 18, 0, 25, 0),
(1653, 10878, 20, 0, 20, 0),
(1654, 10879, 40, 0, 12, 0),
(1655, 10879, 65, 0, 10, 0),
(1656, 10879, 76, 0, 10, 0),
(1657, 10880, 23, 0, 30, 0),
(1658, 10880, 61, 0, 30, 0),
(1659, 10880, 70, 0, 50, 0),
(1660, 10881, 73, 0, 10, 0),
(1661, 10882, 42, 0, 25, 0),
(1662, 10882, 49, 0, 20, 0),
(1663, 10882, 54, 0, 32, 0),
(1664, 10883, 24, 0, 8, 0),
(1665, 10884, 21, 0, 40, 0),
(1666, 10884, 56, 0, 21, 0),
(1667, 10884, 65, 0, 12, 0),
(1668, 10885, 2, 0, 20, 0),
(1669, 10885, 24, 0, 12, 0),
(1670, 10885, 70, 0, 30, 0),
(1671, 10885, 77, 0, 25, 0),
(1672, 10886, 10, 0, 70, 0),
(1673, 10886, 31, 0, 35, 0),
(1674, 10886, 77, 0, 40, 0),
(1675, 10887, 25, 0, 5, 0),
(1676, 10888, 2, 0, 20, 0),
(1677, 10888, 68, 0, 18, 0),
(1678, 10889, 11, 0, 40, 0),
(1679, 10889, 38, 0, 40, 0),
(1680, 10890, 17, 0, 15, 0),
(1681, 10890, 34, 0, 10, 0),
(1682, 10890, 41, 0, 14, 0),
(1683, 10891, 30, 0, 15, 0),
(1684, 10892, 59, 0, 40, 0),
(1685, 10893, 8, 0, 30, 0),
(1686, 10893, 24, 0, 10, 0),
(1687, 10893, 29, 0, 24, 0),
(1688, 10893, 30, 0, 35, 0),
(1689, 10893, 36, 0, 20, 0),
(1690, 10894, 13, 0, 28, 0),
(1691, 10894, 69, 0, 50, 0),
(1692, 10894, 75, 0, 120, 0),
(1693, 10895, 24, 0, 110, 0),
(1694, 10895, 39, 0, 45, 0),
(1695, 10895, 40, 0, 91, 0),
(1696, 10895, 60, 0, 100, 0),
(1697, 10896, 45, 0, 15, 0),
(1698, 10896, 56, 0, 16, 0),
(1699, 10897, 29, 0, 80, 0),
(1700, 10897, 30, 0, 36, 0),
(1701, 10898, 13, 0, 5, 0),
(1702, 10899, 39, 0, 8, 0),
(1703, 10900, 70, 0, 3, 0),
(1704, 10901, 41, 0, 30, 0),
(1705, 10901, 71, 0, 30, 0),
(1706, 10902, 55, 0, 30, 0),
(1707, 10902, 62, 0, 6, 0),
(1708, 10903, 13, 0, 40, 0),
(1709, 10903, 65, 0, 21, 0),
(1710, 10903, 68, 0, 20, 0),
(1711, 10904, 58, 0, 15, 0),
(1712, 10904, 62, 0, 35, 0),
(1713, 10905, 1, 0, 20, 0),
(1714, 10906, 61, 0, 15, 0),
(1715, 10907, 75, 0, 14, 0),
(1716, 10908, 7, 0, 20, 0),
(1717, 10908, 52, 0, 14, 0),
(1718, 10909, 7, 0, 12, 0),
(1719, 10909, 16, 0, 15, 0),
(1720, 10909, 41, 0, 5, 0),
(1721, 10910, 19, 0, 12, 0),
(1722, 10910, 49, 0, 10, 0),
(1723, 10910, 61, 0, 5, 0),
(1724, 10911, 1, 0, 10, 0),
(1725, 10911, 17, 0, 12, 0),
(1726, 10911, 67, 0, 15, 0),
(1727, 10912, 11, 0, 40, 0),
(1728, 10912, 29, 0, 60, 0),
(1729, 10913, 4, 0, 30, 0),
(1730, 10913, 33, 0, 40, 0),
(1731, 10913, 58, 0, 15, 0),
(1732, 10914, 71, 0, 25, 0),
(1733, 10915, 17, 0, 10, 0),
(1734, 10915, 33, 0, 30, 0),
(1735, 10915, 54, 0, 10, 0),
(1736, 10916, 16, 0, 6, 0),
(1737, 10916, 32, 0, 6, 0),
(1738, 10916, 57, 0, 20, 0),
(1739, 10917, 30, 0, 1, 0),
(1740, 10917, 60, 0, 10, 0),
(1741, 10918, 1, 0, 60, 0),
(1742, 10918, 60, 0, 25, 0),
(1743, 10919, 16, 0, 24, 0),
(1744, 10919, 25, 0, 24, 0),
(1745, 10919, 40, 0, 20, 0),
(1746, 10920, 50, 0, 24, 0),
(1747, 10921, 35, 0, 10, 0),
(1748, 10921, 63, 0, 40, 0),
(1749, 10922, 17, 0, 15, 0),
(1750, 10922, 24, 0, 35, 0),
(1751, 10923, 42, 0, 10, 0),
(1752, 10923, 43, 0, 10, 0),
(1753, 10923, 67, 0, 24, 0),
(1754, 10924, 10, 0, 20, 0),
(1755, 10924, 28, 0, 30, 0),
(1756, 10924, 75, 0, 6, 0),
(1757, 10925, 36, 0, 25, 0),
(1758, 10925, 52, 0, 12, 0),
(1759, 10926, 11, 0, 2, 0),
(1760, 10926, 13, 0, 10, 0),
(1761, 10926, 19, 0, 7, 0),
(1762, 10926, 72, 0, 10, 0),
(1763, 10927, 20, 0, 5, 0),
(1764, 10927, 52, 0, 5, 0),
(1765, 10927, 76, 0, 20, 0),
(1766, 10928, 47, 0, 5, 0),
(1767, 10928, 76, 0, 5, 0),
(1768, 10929, 21, 0, 60, 0),
(1769, 10929, 75, 0, 49, 0),
(1770, 10929, 77, 0, 15, 0),
(1771, 10930, 21, 0, 36, 0),
(1772, 10930, 27, 0, 25, 0),
(1773, 10930, 55, 0, 25, 0),
(1774, 10930, 58, 0, 30, 0),
(1775, 10931, 13, 0, 42, 0),
(1776, 10931, 57, 0, 30, 0),
(1777, 10932, 16, 0, 30, 0),
(1778, 10932, 62, 0, 14, 0),
(1779, 10932, 72, 0, 16, 0),
(1780, 10932, 75, 0, 20, 0),
(1781, 10933, 53, 0, 2, 0),
(1782, 10933, 61, 0, 30, 0),
(1783, 10934, 6, 0, 20, 0),
(1784, 10935, 1, 0, 21, 0),
(1785, 10935, 18, 0, 4, 0),
(1786, 10935, 23, 0, 8, 0),
(1787, 10936, 36, 0, 30, 0),
(1788, 10937, 28, 0, 8, 0),
(1789, 10937, 34, 0, 20, 0),
(1790, 10938, 13, 0, 20, 0),
(1791, 10938, 43, 0, 24, 0),
(1792, 10938, 60, 0, 49, 0),
(1793, 10938, 71, 0, 35, 0),
(1794, 10939, 2, 0, 10, 0),
(1795, 10939, 67, 0, 40, 0),
(1796, 10940, 7, 0, 8, 0),
(1797, 10940, 13, 0, 20, 0),
(1798, 10941, 31, 0, 44, 0),
(1799, 10941, 62, 0, 30, 0),
(1800, 10941, 68, 0, 80, 0),
(1801, 10941, 72, 0, 50, 0),
(1802, 10942, 49, 0, 28, 0),
(1803, 10943, 13, 0, 15, 0),
(1804, 10943, 22, 0, 21, 0),
(1805, 10943, 46, 0, 15, 0),
(1806, 10944, 11, 0, 5, 0),
(1807, 10944, 44, 0, 18, 0),
(1808, 10944, 56, 0, 18, 0),
(1809, 10945, 13, 0, 20, 0),
(1810, 10945, 31, 0, 10, 0),
(1811, 10946, 10, 0, 25, 0),
(1812, 10946, 24, 0, 25, 0),
(1813, 10946, 77, 0, 40, 0),
(1814, 10947, 59, 0, 4, 0),
(1815, 10948, 50, 0, 9, 0),
(1816, 10948, 51, 0, 40, 0),
(1817, 10948, 55, 0, 4, 0),
(1818, 10949, 6, 0, 12, 0),
(1819, 10949, 10, 0, 30, 0),
(1820, 10949, 17, 0, 6, 0),
(1821, 10949, 62, 0, 60, 0),
(1822, 10950, 4, 0, 5, 0),
(1823, 10951, 33, 0, 15, 0),
(1824, 10951, 41, 0, 6, 0),
(1825, 10951, 75, 0, 50, 0),
(1826, 10952, 6, 0, 16, 0),
(1827, 10952, 28, 0, 2, 0),
(1828, 10953, 20, 0, 50, 0),
(1829, 10953, 31, 0, 50, 0),
(1830, 10954, 16, 0, 28, 0),
(1831, 10954, 31, 0, 25, 0),
(1832, 10954, 45, 0, 30, 0),
(1833, 10954, 60, 0, 24, 0),
(1834, 10955, 75, 0, 12, 0),
(1835, 10956, 21, 0, 12, 0),
(1836, 10956, 47, 0, 14, 0),
(1837, 10956, 51, 0, 8, 0),
(1838, 10957, 30, 0, 30, 0),
(1839, 10957, 35, 0, 40, 0),
(1840, 10957, 64, 0, 8, 0),
(1841, 10958, 5, 0, 20, 0),
(1842, 10958, 7, 0, 6, 0),
(1843, 10958, 72, 0, 5, 0),
(1844, 10959, 75, 0, 20, 0),
(1845, 10960, 24, 0, 10, 0),
(1846, 10960, 41, 0, 24, 0),
(1847, 10961, 52, 0, 6, 0),
(1848, 10961, 76, 0, 60, 0),
(1849, 10962, 7, 0, 45, 0),
(1850, 10962, 13, 0, 77, 0),
(1851, 10962, 53, 0, 20, 0),
(1852, 10962, 69, 0, 9, 0),
(1853, 10962, 76, 0, 44, 0),
(1854, 10963, 60, 0, 2, 0),
(1855, 10964, 18, 0, 6, 0),
(1856, 10964, 38, 0, 5, 0),
(1857, 10964, 69, 0, 10, 0),
(1858, 10965, 51, 0, 16, 0),
(1859, 10966, 37, 0, 8, 0),
(1860, 10966, 56, 0, 12, 0),
(1861, 10966, 62, 0, 12, 0),
(1862, 10967, 19, 0, 12, 0),
(1863, 10967, 49, 0, 40, 0),
(1864, 10968, 12, 0, 30, 0),
(1865, 10968, 24, 0, 30, 0),
(1866, 10968, 64, 0, 4, 0),
(1867, 10969, 46, 0, 9, 0),
(1868, 10970, 52, 0, 40, 0),
(1869, 10971, 29, 0, 14, 0),
(1870, 10972, 17, 0, 6, 0),
(1871, 10972, 33, 0, 7, 0),
(1872, 10973, 26, 0, 5, 0),
(1873, 10973, 41, 0, 6, 0),
(1874, 10973, 75, 0, 10, 0),
(1875, 10974, 63, 0, 10, 0),
(1876, 10975, 8, 0, 16, 0),
(1877, 10975, 75, 0, 10, 0),
(1878, 10976, 28, 0, 20, 0),
(1879, 10977, 39, 0, 30, 0),
(1880, 10977, 47, 0, 30, 0),
(1881, 10977, 51, 0, 10, 0),
(1882, 10977, 63, 0, 20, 0),
(1883, 10978, 8, 0, 20, 0),
(1884, 10978, 21, 0, 40, 0),
(1885, 10978, 40, 0, 10, 0),
(1886, 10978, 44, 0, 6, 0),
(1887, 10979, 7, 0, 18, 0),
(1888, 10979, 12, 0, 20, 0),
(1889, 10979, 24, 0, 80, 0),
(1890, 10979, 27, 0, 30, 0),
(1891, 10979, 31, 0, 24, 0),
(1892, 10979, 63, 0, 35, 0),
(1893, 10980, 75, 0, 40, 0),
(1894, 10981, 38, 0, 60, 0),
(1895, 10982, 7, 0, 20, 0),
(1896, 10982, 43, 0, 9, 0),
(1897, 10983, 13, 0, 84, 0),
(1898, 10983, 57, 0, 15, 0),
(1899, 10984, 16, 0, 55, 0),
(1900, 10984, 24, 0, 20, 0),
(1901, 10984, 36, 0, 40, 0),
(1902, 10985, 16, 0, 36, 0),
(1903, 10985, 18, 0, 8, 0),
(1904, 10985, 32, 0, 35, 0),
(1905, 10986, 11, 0, 30, 0),
(1906, 10986, 20, 0, 15, 0),
(1907, 10986, 76, 0, 10, 0);
INSERT INTO `order_details` (`odID`, `OrderID`, `ProductID`, `UnitPrice`, `Quantity`, `Discount`) VALUES
(1908, 10986, 77, 0, 15, 0),
(1909, 10987, 7, 0, 60, 0),
(1910, 10987, 43, 0, 6, 0),
(1911, 10987, 72, 0, 20, 0),
(1912, 10988, 7, 0, 60, 0),
(1913, 10988, 62, 0, 40, 0),
(1914, 10989, 6, 0, 40, 0),
(1915, 10989, 11, 0, 15, 0),
(1916, 10989, 41, 0, 4, 0),
(1917, 10990, 21, 0, 65, 0),
(1918, 10990, 34, 0, 60, 0),
(1919, 10990, 55, 0, 65, 0),
(1920, 10990, 61, 0, 66, 0),
(1921, 10991, 2, 0, 50, 0),
(1922, 10991, 70, 0, 20, 0),
(1923, 10991, 76, 0, 90, 0),
(1924, 10992, 72, 0, 2, 0),
(1925, 10993, 29, 0, 50, 0),
(1926, 10993, 41, 0, 35, 0),
(1927, 10994, 59, 0, 18, 0),
(1928, 10995, 51, 0, 20, 0),
(1929, 10995, 60, 0, 4, 0),
(1930, 10996, 42, 0, 40, 0),
(1931, 10997, 32, 0, 50, 0),
(1932, 10997, 46, 0, 20, 0),
(1933, 10997, 52, 0, 20, 0),
(1934, 10998, 24, 0, 12, 0),
(1935, 10998, 61, 0, 7, 0),
(1936, 10998, 74, 0, 20, 0),
(1937, 10998, 75, 0, 30, 0),
(1938, 10999, 41, 0, 20, 0),
(1939, 10999, 51, 0, 15, 0),
(1940, 10999, 77, 0, 21, 0),
(1941, 11000, 4, 0, 25, 0),
(1942, 11000, 24, 0, 30, 0),
(1943, 11000, 77, 0, 30, 0),
(1944, 11001, 7, 0, 60, 0),
(1945, 11001, 22, 0, 25, 0),
(1946, 11001, 46, 0, 25, 0),
(1947, 11001, 55, 0, 6, 0),
(1948, 11002, 13, 0, 56, 0),
(1949, 11002, 35, 0, 15, 0),
(1950, 11002, 42, 0, 24, 0),
(1951, 11002, 55, 0, 40, 0),
(1952, 11003, 1, 0, 4, 0),
(1953, 11003, 40, 0, 10, 0),
(1954, 11003, 52, 0, 10, 0),
(1955, 11004, 26, 0, 6, 0),
(1956, 11004, 76, 0, 6, 0),
(1957, 11005, 1, 0, 2, 0),
(1958, 11005, 59, 0, 10, 0),
(1959, 11006, 1, 0, 8, 0),
(1960, 11006, 29, 0, 2, 0),
(1961, 11007, 8, 0, 30, 0),
(1962, 11007, 29, 0, 10, 0),
(1963, 11007, 42, 0, 14, 0),
(1964, 11008, 28, 0, 70, 0),
(1965, 11008, 34, 0, 90, 0),
(1966, 11008, 71, 0, 21, 0),
(1967, 11009, 24, 0, 12, 0),
(1968, 11009, 36, 0, 18, 0),
(1969, 11009, 60, 0, 9, 0),
(1970, 11010, 7, 0, 20, 0),
(1971, 11010, 24, 0, 10, 0),
(1972, 11011, 58, 0, 40, 0),
(1973, 11011, 71, 0, 20, 0),
(1974, 11012, 19, 0, 50, 0),
(1975, 11012, 60, 0, 36, 0),
(1976, 11012, 71, 0, 60, 0),
(1977, 11013, 23, 0, 10, 0),
(1978, 11013, 42, 0, 4, 0),
(1979, 11013, 45, 0, 20, 0),
(1980, 11013, 68, 0, 2, 0),
(1981, 11014, 41, 0, 28, 0),
(1982, 11015, 30, 0, 15, 0),
(1983, 11015, 77, 0, 18, 0),
(1984, 11016, 31, 0, 15, 0),
(1985, 11016, 36, 0, 16, 0),
(1986, 11017, 3, 0, 25, 0),
(1987, 11017, 59, 0, 110, 0),
(1988, 11017, 70, 0, 30, 0),
(1989, 11018, 12, 0, 20, 0),
(1990, 11018, 18, 0, 10, 0),
(1991, 11018, 56, 0, 5, 0),
(1992, 11019, 46, 0, 3, 0),
(1993, 11019, 49, 0, 2, 0),
(1994, 11020, 10, 0, 24, 0),
(1995, 11021, 2, 0, 11, 0),
(1996, 11021, 20, 0, 15, 0),
(1997, 11021, 26, 0, 63, 0),
(1998, 11021, 51, 0, 44, 0),
(1999, 11021, 72, 0, 35, 0),
(2000, 11022, 19, 0, 35, 0),
(2001, 11022, 69, 0, 30, 0),
(2002, 11023, 7, 0, 4, 0),
(2003, 11023, 43, 0, 30, 0),
(2004, 11024, 26, 0, 12, 0),
(2005, 11024, 33, 0, 30, 0),
(2006, 11024, 65, 0, 21, 0),
(2007, 11024, 71, 0, 50, 0),
(2008, 11025, 1, 0, 10, 0),
(2009, 11025, 13, 0, 20, 0),
(2010, 11026, 18, 0, 8, 0),
(2011, 11026, 51, 0, 10, 0),
(2012, 11027, 24, 0, 30, 0),
(2013, 11027, 62, 0, 21, 0),
(2014, 11028, 55, 0, 35, 0),
(2015, 11028, 59, 0, 24, 0),
(2016, 11029, 56, 0, 20, 0),
(2017, 11029, 63, 0, 12, 0),
(2018, 11030, 2, 0, 100, 0),
(2019, 11030, 5, 0, 70, 0),
(2020, 11030, 29, 0, 60, 0),
(2021, 11030, 59, 0, 100, 0),
(2022, 11031, 1, 0, 45, 0),
(2023, 11031, 13, 0, 80, 0),
(2024, 11031, 24, 0, 21, 0),
(2025, 11031, 64, 0, 20, 0),
(2026, 11031, 71, 0, 16, 0),
(2027, 11032, 36, 0, 35, 0),
(2028, 11032, 38, 0, 25, 0),
(2029, 11032, 59, 0, 30, 0),
(2030, 11033, 53, 0, 70, 0),
(2031, 11033, 69, 0, 36, 0),
(2032, 11034, 21, 0, 15, 0),
(2033, 11034, 44, 0, 12, 0),
(2034, 11034, 61, 0, 6, 0),
(2035, 11035, 1, 0, 10, 0),
(2036, 11035, 35, 0, 60, 0),
(2037, 11035, 42, 0, 30, 0),
(2038, 11035, 54, 0, 10, 0),
(2039, 11036, 13, 0, 7, 0),
(2040, 11036, 59, 0, 30, 0),
(2041, 11037, 70, 0, 4, 0),
(2042, 11038, 40, 0, 5, 0),
(2043, 11038, 52, 0, 2, 0),
(2044, 11038, 71, 0, 30, 0),
(2045, 11039, 28, 0, 20, 0),
(2046, 11039, 35, 0, 24, 0),
(2047, 11039, 49, 0, 60, 0),
(2048, 11039, 57, 0, 28, 0),
(2049, 11040, 21, 0, 20, 0),
(2050, 11041, 2, 0, 30, 0),
(2051, 11041, 63, 0, 30, 0),
(2052, 11042, 44, 0, 15, 0),
(2053, 11042, 61, 0, 4, 0),
(2054, 11043, 11, 0, 10, 0),
(2055, 11044, 62, 0, 12, 0),
(2056, 11045, 33, 0, 15, 0),
(2057, 11045, 51, 0, 24, 0),
(2058, 11046, 12, 0, 20, 0),
(2059, 11046, 32, 0, 15, 0),
(2060, 11046, 35, 0, 18, 0),
(2061, 11047, 1, 0, 25, 0),
(2062, 11047, 5, 0, 30, 0),
(2063, 11048, 68, 0, 42, 0),
(2064, 11049, 2, 0, 10, 0),
(2065, 11049, 12, 0, 4, 0),
(2066, 11050, 76, 0, 50, 0),
(2067, 11051, 24, 0, 10, 0),
(2068, 11052, 43, 0, 30, 0),
(2069, 11052, 61, 0, 10, 0),
(2070, 11053, 18, 0, 35, 0),
(2071, 11053, 32, 0, 20, 0),
(2072, 11053, 64, 0, 25, 0),
(2073, 11054, 33, 0, 10, 0),
(2074, 11054, 67, 0, 20, 0),
(2075, 11055, 24, 0, 15, 0),
(2076, 11055, 25, 0, 15, 0),
(2077, 11055, 51, 0, 20, 0),
(2078, 11055, 57, 0, 20, 0),
(2079, 11056, 7, 0, 40, 0),
(2080, 11056, 55, 0, 35, 0),
(2081, 11056, 60, 0, 50, 0),
(2082, 11057, 70, 0, 3, 0),
(2083, 11058, 21, 0, 3, 0),
(2084, 11058, 60, 0, 21, 0),
(2085, 11058, 61, 0, 4, 0),
(2086, 11059, 13, 0, 30, 0),
(2087, 11059, 17, 0, 12, 0),
(2088, 11059, 60, 0, 35, 0),
(2089, 11060, 60, 0, 4, 0),
(2090, 11060, 77, 0, 10, 0),
(2091, 11061, 60, 0, 15, 0),
(2092, 11062, 53, 0, 10, 0),
(2093, 11062, 70, 0, 12, 0),
(2094, 11063, 34, 0, 30, 0),
(2095, 11063, 40, 0, 40, 0),
(2096, 11063, 41, 0, 30, 0),
(2097, 11064, 17, 0, 77, 0),
(2098, 11064, 41, 0, 12, 0),
(2099, 11064, 53, 0, 25, 0),
(2100, 11064, 55, 0, 4, 0),
(2101, 11064, 68, 0, 55, 0),
(2102, 11065, 30, 0, 4, 0),
(2103, 11065, 54, 0, 20, 0),
(2104, 11066, 16, 0, 3, 0),
(2105, 11066, 19, 0, 42, 0),
(2106, 11066, 34, 0, 35, 0),
(2107, 11067, 41, 0, 9, 0),
(2108, 11068, 28, 0, 8, 0),
(2109, 11068, 43, 0, 36, 0),
(2110, 11068, 77, 0, 28, 0),
(2111, 11069, 39, 0, 20, 0),
(2112, 11070, 1, 0, 40, 0),
(2113, 11070, 2, 0, 20, 0),
(2114, 11070, 16, 0, 30, 0),
(2115, 11070, 31, 0, 20, 0),
(2116, 11071, 7, 0, 15, 0),
(2117, 11071, 13, 0, 10, 0),
(2118, 11072, 2, 0, 8, 0),
(2119, 11072, 41, 0, 40, 0),
(2120, 11072, 50, 0, 22, 0),
(2121, 11072, 64, 0, 130, 0),
(2122, 11073, 11, 0, 10, 0),
(2123, 11073, 24, 0, 20, 0),
(2124, 11074, 16, 0, 14, 0),
(2125, 11075, 2, 0, 10, 0),
(2126, 11075, 46, 0, 30, 0),
(2127, 11075, 76, 0, 2, 0),
(2128, 11076, 6, 0, 20, 0),
(2129, 11076, 14, 0, 20, 0),
(2130, 11076, 19, 0, 10, 0),
(2131, 11077, 2, 0, 24, 0),
(2132, 11077, 3, 0, 4, 0),
(2133, 11077, 4, 0, 1, 0),
(2134, 11077, 6, 0, 1, 0),
(2135, 11077, 7, 0, 1, 0),
(2136, 11077, 8, 0, 2, 0),
(2137, 11077, 10, 0, 1, 0),
(2138, 11077, 12, 0, 2, 0),
(2139, 11077, 13, 0, 4, 0),
(2140, 11077, 14, 0, 1, 0),
(2141, 11077, 16, 0, 2, 0),
(2142, 11077, 20, 0, 1, 0),
(2143, 11077, 23, 0, 2, 0),
(2144, 11077, 32, 0, 1, 0),
(2145, 11077, 39, 0, 2, 0),
(2146, 11077, 41, 0, 3, 0),
(2147, 11077, 46, 0, 3, 0),
(2148, 11077, 52, 0, 2, 0),
(2149, 11077, 55, 0, 2, 0),
(2150, 11077, 60, 0, 2, 0),
(2151, 11077, 64, 0, 2, 0),
(2152, 11077, 66, 0, 1, 0),
(2153, 11077, 73, 0, 2, 0),
(2154, 11077, 75, 0, 4, 0),
(2155, 11077, 77, 0, 2, 0);

-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `products`
--

CREATE TABLE IF NOT EXISTS `products` (
  `ProductID` int(11) NOT NULL auto_increment,
  `ProductName` varchar(40) default NULL,
  `SupplierID` int(11) default NULL,
  `CategoryID` int(11) default NULL,
  `QuantityPerUnit` varchar(20) default NULL,
  `UnitPrice` float(1,0) default '0',
  `UnitsInStock` smallint(6) default '0',
  `UnitsOnOrder` smallint(6) default '0',
  `ReorderLevel` smallint(6) default '0',
  `Discontinued` tinyint(1) default '0',
  PRIMARY KEY  (`ProductID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=78 ;

--
-- Daten für Tabelle `products`
--

INSERT INTO `products` (`ProductID`, `ProductName`, `SupplierID`, `CategoryID`, `QuantityPerUnit`, `UnitPrice`, `UnitsInStock`, `UnitsOnOrder`, `ReorderLevel`, `Discontinued`) VALUES
(1, 'Chai', 1, 1, '10 boxes x 20 bags', 0, 39, 0, 10, 0),
(2, 'Chang', 1, 1, '24 - 12 oz bottles', 0, 17, 40, 25, 0),
(3, 'Aniseed Syrup', 1, 2, '12 - 550 ml bottles', 0, 13, 70, 25, 0),
(4, 'Chef Anton''s Cajun Seasoning', 2, 2, '48 - 6 oz jars', 0, 53, 0, 0, 0),
(5, 'Chef Anton''s Gumbo Mix', 2, 2, '36 boxes', 0, 0, 0, 0, 1),
(6, 'Grandma''s Boysenberry Spread', 3, 2, '12 - 8 oz jars', 0, 120, 0, 25, 0),
(7, 'Uncle Bob''s Organic Dried Pears', 3, 7, '12 - 1 lb pkgs.', 0, 15, 0, 10, 0),
(8, 'Northwoods Cranberry Sauce', 3, 2, '12 - 12 oz jars', 0, 6, 0, 0, 0),
(9, 'Mishi Kobe Niku', 4, 6, '18 - 500 g pkgs.', 0, 29, 0, 0, 1),
(10, 'Ikura', 4, 8, '12 - 200 ml jars', 0, 31, 0, 0, 0),
(11, 'Queso Cabrales', 5, 4, '1 kg pkg.', 0, 22, 30, 30, 0),
(12, 'Queso Manchego La Pastora', 5, 4, '10 - 500 g pkgs.', 0, 86, 0, 0, 0),
(13, 'Konbu', 6, 8, '2 kg box', 0, 24, 0, 5, 0),
(14, 'Tofu', 6, 7, '40 - 100 g pkgs.', 0, 35, 0, 0, 0),
(15, 'Genen Shouyu', 6, 2, '24 - 250 ml bottles', 0, 39, 0, 5, 0),
(16, 'Pavlova', 7, 3, '32 - 500 g boxes', 0, 29, 0, 10, 0),
(17, 'Alice Mutton', 7, 6, '20 - 1 kg tins', 0, 0, 0, 0, 1),
(18, 'Carnarvon Tigers', 7, 8, '16 kg pkg.', 0, 42, 0, 0, 0),
(19, 'Teatime Chocolate Biscuits', 8, 3, '10 boxes x 12 pieces', 0, 25, 0, 5, 0),
(20, 'Sir Rodney''s Marmalade', 8, 3, '30 gift boxes', 0, 40, 0, 0, 0),
(21, 'Sir Rodney''s Scones', 8, 3, '24 pkgs. x 4 pieces', 0, 3, 40, 5, 0),
(22, 'Gustaf''s Kn?ckebr?d', 9, 5, '24 - 500 g pkgs.', 0, 104, 0, 25, 0),
(23, 'Tunnbr?d', 9, 5, '12 - 250 g pkgs.', 0, 61, 0, 25, 0),
(24, 'Guaran? Fant?stica', 10, 1, '12 - 355 ml cans', 0, 20, 0, 0, 1),
(25, 'NuNuCa Nu?-Nougat-Creme', 11, 3, '20 - 450 g glasses', 0, 76, 0, 30, 0),
(26, 'Gumb?r Gummib?rchen', 11, 3, '100 - 250 g bags', 0, 15, 0, 0, 0),
(27, 'Schoggi Schokolade', 11, 3, '100 - 100 g pieces', 0, 49, 0, 30, 0),
(28, 'R?ssle Sauerkraut', 12, 7, '25 - 825 g cans', 0, 26, 0, 0, 1),
(29, 'Th?ringer Rostbratwurst', 12, 6, '50 bags x 30 sausgs.', 0, 0, 0, 0, 1),
(30, 'Nord-Ost Matjeshering', 13, 8, '10 - 200 g glasses', 0, 10, 0, 15, 0),
(31, 'Gorgonzola Telino', 14, 4, '12 - 100 g pkgs', 0, 0, 70, 20, 0),
(32, 'Mascarpone Fabioli', 14, 4, '24 - 200 g pkgs.', 0, 9, 40, 25, 0),
(33, 'Geitost', 15, 4, '500 g', 0, 112, 0, 20, 0),
(34, 'Sasquatch Ale', 16, 1, '24 - 12 oz bottles', 0, 111, 0, 15, 0),
(35, 'Steeleye Stout', 16, 1, '24 - 12 oz bottles', 0, 20, 0, 15, 0),
(36, 'Inlagd Sill', 17, 8, '24 - 250 g  jars', 0, 112, 0, 20, 0),
(37, 'Gravad lax', 17, 8, '12 - 500 g pkgs.', 0, 11, 50, 25, 0),
(38, 'C?te de Blaye', 18, 1, '12 - 75 cl bottles', 0, 17, 0, 15, 0),
(39, 'Chartreuse verte', 18, 1, '750 cc per bottle', 0, 69, 0, 5, 0),
(40, 'Boston Crab Meat', 19, 8, '24 - 4 oz tins', 0, 123, 0, 30, 0),
(41, 'Jack''s New England Clam Chowder', 19, 8, '12 - 12 oz cans', 0, 85, 0, 10, 0),
(42, 'Singaporean Hokkien Fried Mee', 20, 5, '32 - 1 kg pkgs.', 0, 26, 0, 0, 1),
(43, 'Ipoh Coffee', 20, 1, '16 - 500 g tins', 0, 17, 10, 25, 0),
(44, 'Gula Malacca', 20, 2, '20 - 2 kg bags', 0, 27, 0, 15, 0),
(45, 'R?gede sild', 21, 8, '1k pkg.', 0, 5, 70, 15, 0),
(46, 'Spegesild', 21, 8, '4 - 450 g glasses', 0, 95, 0, 0, 0),
(47, 'Zaanse koeken', 22, 3, '10 - 4 oz boxes', 0, 36, 0, 0, 0),
(48, 'Chocolade', 22, 3, '10 pkgs.', 0, 15, 70, 25, 0),
(49, 'Maxilaku', 23, 3, '24 - 50 g pkgs.', 0, 10, 60, 15, 0),
(50, 'Valkoinen suklaa', 23, 3, '12 - 100 g bars', 0, 65, 0, 30, 0),
(51, 'Manjimup Dried Apples', 24, 7, '50 - 300 g pkgs.', 0, 20, 0, 10, 0),
(52, 'Filo Mix', 24, 5, '16 - 2 kg boxes', 0, 38, 0, 25, 0),
(53, 'Perth Pasties', 24, 6, '48 pieces', 0, 0, 0, 0, 1),
(54, 'Tourti?re', 25, 6, '16 pies', 0, 21, 0, 10, 0),
(55, 'P?t? chinois', 25, 6, '24 boxes x 2 pies', 0, 115, 0, 20, 0),
(56, 'Gnocchi di nonna Alice', 26, 5, '24 - 250 g pkgs.', 0, 21, 10, 30, 0),
(57, 'Ravioli Angelo', 26, 5, '24 - 250 g pkgs.', 0, 36, 0, 20, 0),
(58, 'Escargots de Bourgogne', 27, 8, '24 pieces', 0, 62, 0, 20, 0),
(59, 'Raclette Courdavault', 28, 4, '5 kg pkg.', 0, 79, 0, 0, 0),
(60, 'Camembert Pierrot', 28, 4, '15 - 300 g rounds', 0, 19, 0, 0, 0),
(61, 'Sirop d''?rable', 29, 2, '24 - 500 ml bottles', 0, 113, 0, 25, 0),
(62, 'Tarte au sucre', 29, 3, '48 pies', 0, 17, 0, 0, 0),
(63, 'Vegie-spread', 7, 2, '15 - 625 g jars', 0, 24, 0, 5, 0),
(64, 'Wimmers gute Semmelkn?del', 12, 5, '20 bags x 4 pieces', 0, 22, 80, 30, 0),
(65, 'Louisiana Fiery Hot Pepper Sauce', 2, 2, '32 - 8 oz bottles', 0, 76, 0, 0, 0),
(66, 'Louisiana Hot Spiced Okra', 2, 2, '24 - 8 oz jars', 0, 4, 100, 20, 0),
(67, 'Laughing Lumberjack Lager', 16, 1, '24 - 12 oz bottles', 0, 52, 0, 10, 0),
(68, 'Scottish Longbreads', 8, 3, '10 boxes x 8 pieces', 0, 6, 10, 15, 0),
(69, 'Gudbrandsdalsost', 15, 4, '10 kg pkg.', 0, 26, 0, 15, 0),
(70, 'Outback Lager', 7, 1, '24 - 355 ml bottles', 0, 15, 10, 30, 0),
(71, 'Fl?temysost', 15, 4, '10 - 500 g pkgs.', 0, 26, 0, 0, 0),
(72, 'Mozzarella di Giovanni', 14, 4, '24 - 200 g pkgs.', 0, 14, 0, 0, 0),
(73, 'R?d Kaviar', 17, 8, '24 - 150 g jars', 0, 101, 0, 5, 0),
(74, 'Longlife Tofu', 4, 7, '5 kg pkg.', 0, 4, 20, 5, 0),
(75, 'Rh?nbr?u Klosterbier', 12, 1, '24 - 0.5 l bottles', 0, 125, 0, 25, 0),
(76, 'Lakkalik??ri', 23, 1, '500 ml', 0, 57, 0, 20, 0),
(77, 'Original Frankfurter gr?ne So?e', 12, 2, '12 boxes', 0, 32, 0, 15, 0);

-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `shippers`
--

CREATE TABLE IF NOT EXISTS `shippers` (
  `ShipperID` int(11) NOT NULL auto_increment,
  `CompanyName` varchar(40) default NULL,
  `Phone` varchar(24) default NULL,
  PRIMARY KEY  (`ShipperID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Daten für Tabelle `shippers`
--

INSERT INTO `shippers` (`ShipperID`, `CompanyName`, `Phone`) VALUES
(1, 'Speedy Express', '(503) 555-9831'),
(2, 'United Package', '(503) 555-3199'),
(3, 'Federal Shipping', '(503) 555-9931');

-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `suppliers`
--

CREATE TABLE IF NOT EXISTS `suppliers` (
  `SupplierID` int(11) NOT NULL auto_increment,
  `CompanyName` varchar(40) default NULL,
  `ContactName` varchar(30) default NULL,
  `ContactTitle` varchar(30) default NULL,
  `Address` varchar(60) default NULL,
  `City` varchar(15) default NULL,
  `Region` varchar(15) default NULL,
  `PostalCode` varchar(10) default NULL,
  `Country` varchar(15) default NULL,
  `Phone` varchar(24) default NULL,
  `Fax` varchar(24) default NULL,
  `HomePage` text,
  PRIMARY KEY  (`SupplierID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=30 ;

--
-- Daten für Tabelle `suppliers`
--

INSERT INTO `suppliers` (`SupplierID`, `CompanyName`, `ContactName`, `ContactTitle`, `Address`, `City`, `Region`, `PostalCode`, `Country`, `Phone`, `Fax`, `HomePage`) VALUES
(1, 'Exotic Liquids', 'Charlotte Cooper', 'Purchasing Manager', '49 Gilbert St.', 'London', '', 'EC1 4SD', 'United Kingdom', '(171) 555-2222', '', ''),
(2, 'New Orleans Cajun Delights', 'Shelley Burke', 'Order Administrator', 'P.O. Box 78934', 'New Orleans', 'LA', '70117', 'United States', '(100) 555-4822', '', '#CAJUN.HTM#'),
(3, 'Grandma Kelly''s Homestead', 'Regina Murphy', 'Sales Representative', '707 Oxford Rd.', 'Ann Arbor', 'MI', '48104', 'United States', '(313) 555-5735', '(313) 555-3349', ''),
(4, 'Tokyo Traders', 'Yoshi Nagase', 'Marketing Manager', '9-8 Sekimai\r\nMUnited Statesshino-shi', 'Tokyo', '', '100', 'Japan', '(03) 3555-5011', '', ''),
(5, 'Cooperativa de Quesos ''Las Cabras''', 'Antonio del Valle Saavedra', 'Export Administrator', 'Calle del Rosal 4', 'Oviedo', 'Asturias', '33007', 'Spain', '(98) 598 76 54', '', ''),
(6, 'Mayumi''s', 'Mayumi Ohno', 'Marketing Representative', '92 Setsuko\r\nChuo-ku', 'Osaka', '', '545', 'Japan', '(06) 431-7877', '', 'Mayumi''s (on the World Wide Web)#http://www.microsoft.com/accessdev/sampleapps/mayumi.htm#'),
(7, 'Pavlova, Ltd.', 'Ian Devling', 'Marketing Manager', '74 Rose St.\r\nMoonie Ponds', 'Melbourne', 'Victoria', '3058', 'Australia', '(03) 444-2343', '(03) 444-6588', ''),
(8, 'Specialty Biscuits, Ltd.', 'Peter Wilson', 'Sales Representative', '29 King''s Way', 'Manchester', '', 'M14 GSD', 'United Kingdom', '(161) 555-4448', '', ''),
(9, 'PB Kn?ckebr?d AB', 'Lars Peterson', 'Sales Agent', 'Kaloadagatan 13', 'G?teborg', '', 'S-345 67', 'Sweden', '031-987 65 43', '031-987 65 91', ''),
(10, 'Refrescos Americanas LTDA', 'Carlos Diaz', 'Marketing Manager', 'Av. das Americanas 12.890', 'S?o Paulo', '', '5442', 'Brazil', '(11) 555 4640', '', ''),
(11, 'Heli S??waren GmbH & Co. KG', 'Petra Winkler', 'Sales Manager', 'Tiergartenstra?e 5', 'Berlin', '', '10785', 'Germany', '(010) 9984510', '', ''),
(12, 'Plutzer Lebensmittelgro?m?rkte AG', 'Martin Bein', 'International Marketing Mgr.', 'Bogenallee 51', 'Frankfurt', '', '60439', 'Germany', '(069) 992755', '', 'Plutzer (on the World Wide Web)#http://www.microsoft.com/accessdev/sampleapps/plutzer.htm#'),
(13, 'Nord-Ost-Fisch Handelsgesellschaft mbH', 'Sven Petersen', 'Coordinator Foreign Markets', 'Frahmredder 112a', 'Cuxhaven', '', '27478', 'Germany', '(04721) 8713', '(04721) 8714', ''),
(14, 'Formaggi Fortini s.r.l.', 'Elio Rossi', 'Sales Representative', 'Viale Dante, 75', 'Ravenna', '', '48100', 'Italy', '(0544) 60323', '(0544) 60603', '#FORMAGGI.HTM#'),
(15, 'Norske Meierier', 'Beate Vileid', 'Marketing Manager', 'Hatlevegen 5', 'Sandvika', '', '1320', 'Norway', '(0)2-953010', '', ''),
(16, 'Bigfoot Breweries', 'Cheryl Saylor', 'Regional Account Rep.', '3400 - 8th Avenue\r\nSuite 210', 'Bend', 'OR', '97101', 'United States', '(503) 555-9931', '', ''),
(17, 'Svensk Sj?f?da AB', 'Michael Bj?rn', 'Sales Representative', 'Brovallav?gen 231', 'Stockholm', '', 'S-123 45', 'Sweden', '08-123 45 67', '', ''),
(18, 'Aux joyeux eccl?siastiques', 'Guyl?ne Nodier', 'Sales Manager', '203, Rue des Francs-Bourgeois', 'Paris', '', '75004', 'France', '(1) 03.83.00.68', '(1) 03.83.00.62', ''),
(19, 'New England Seafood Cannery', 'Robb Merchant', 'Wholesale Account Agent', 'Order Processing Dept.\r\n2100 Paul Revere Blvd.', 'Boston', 'MA', '02134', 'United States', '(617) 555-3267', '(617) 555-3389', ''),
(20, 'Leka Trading', 'Chandra Leka', 'Owner', '471 Serangoon Loop, Suite #402', 'Singapore', '', '0512', 'Singapore', '555-8787', '', ''),
(21, 'Lyngbysild', 'Niels Petersen', 'Sales Manager', 'Lyngbysild\r\nFiskebakken 10', 'Lyngby', '', '2800', 'Denmark', '43844108', '43844115', ''),
(22, 'Zaanse Snoepfabriek', 'Dirk Luchte', 'Accounting Manager', 'Verkoop\r\nRijnweg 22', 'Zaandam', '', '9999 ZZ', 'Netherlands', '(12345) 1212', '(12345) 1210', ''),
(23, 'Karkki Oy', 'Anne Heikkonen', 'Product Manager', 'Valtakatu 12', 'Lappeenranta', '', '53120', 'Finland', '(953) 10956', '', ''),
(24, 'G''day, Mate', 'Wendy Mackenzie', 'Sales Representative', '170 Prince Edward Parade\r\nHunter''s Hill', 'Sydney', 'NSW', '2042', 'Australia', '(02) 555-5914', '(02) 555-4873', 'G''day Mate (on the World Wide Web)#http://www.microsoft.com/accessdev/sampleapps/gdaymate.htm#'),
(25, 'Ma Maison', 'Jean-Guy Lauzon', 'Marketing Manager', '2960 Rue St. Laurent', 'Montr?al', 'Qu?bec', 'H1J 1C3', 'Canada', '(514) 555-9022', '', ''),
(26, 'Pasta Buttini s.r.l.', 'Giovanni Giudici', 'Order Administrator', 'Via dei Gelsomini, 153', 'Salerno', '', '84100', 'Italy', '(089) 6547665', '(089) 6547667', ''),
(27, 'Escargots Nouveaux', 'Marie Delamare', 'Sales Manager', '22, rue H. Voiron', 'Montceau', '', '71300', 'France', '85.57.00.07', '', ''),
(28, 'Gai p?turage', 'Eliane Noz', 'Sales Representative', 'Bat. B\r\n3, rue des Alpes', 'Annecy', '', '74000', 'France', '38.76.98.06', '38.76.98.58', ''),
(29, 'For?ts d''?rables', 'Chantal Goulet', 'Accounting Manager', '148 rue Chasseur', 'Ste-Hyacinthe', 'Qu?bec', 'J2S 7S8', 'Canada', '(514) 555-2955', '(514) 555-2921', '');