PHP Classes

File: sales.sql

Recommend this page to a friend!
  Classes of Tom Schaefer   d3   sales.sql   Download  
File: sales.sql
Role: Auxiliary data
Content type: text/plain
Description: mysql data for example 060.php
Class: d3
Output charts using D3.js JavaScript library
Author: By
Last change:
Date: 11 years ago
Size: 116,143 bytes
 

Contents

Class file image Download
CREATE TABLE `sales` ( `jahr` INT(4) NULL DEFAULT NULL, `country` VARCHAR(15) NULL DEFAULT NULL, `product` VARCHAR(40) NULL, `profit` DECIMAL(19,4) NOT NULL ); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Queso Cabrales', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Singaporean Hokkien Fried Mee', 9.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Mozzarella di Giovanni', 34.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Tofu', 18.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Manjimup Dried Apples', 42.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Manjimup Dried Apples', 42.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Gustaf\'s Knäckebröd', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Ravioli Angelo', 15.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Belgium', 'Sir Rodney\'s Marmalade', 64.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Belgium', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Belgium', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Maxilaku', 16.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Switzerland', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Switzerland', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Switzerland', 'Longlife Tofu', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Switzerland', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Switzerland', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Switzerland', 'Inlagd Sill', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Switzerland', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Schoggi Schokolade', 35.1000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Chef Anton\'s Gumbo Mix', 17.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Mascarpone Fabioli', 25.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Gravad lax', 20.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Ravioli Angelo', 15.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Steeleye Stout', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Chef Anton\'s Gumbo Mix', 17.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Uncle Bob\'s Organic Dried Pears', 24.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Nord-Ost Matjeshering', 20.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Longlife Tofu', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Finland', 'Queso Manchego La Pastora', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Thüringer Rostbratwurst', 99.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Finland', 'Inlagd Sill', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Finland', 'Ipoh Coffee', 36.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Sir Rodney\'s Marmalade', 64.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Ikura', 24.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Italy', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Italy', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Ikura', 24.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Konbu', 4.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Gula Malacca', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Vegie-spread', 35.1000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Röd Kaviar', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Steeleye Stout', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Nord-Ost Matjeshering', 20.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Ravioli Angelo', 15.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Genen Shouyu', 12.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Schoggi Schokolade', 35.1000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Gula Malacca', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Laughing Lumberjack Lager', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Chai', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Steeleye Stout', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Sasquatch Ale', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Spegesild', 9.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Italy', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Italy', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Aniseed Syrup', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Wimmers gute Semmelknödel', 26.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Chef Anton\'s Gumbo Mix', 17.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Thüringer Rostbratwurst', 99.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Maxilaku', 16.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Konbu', 4.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Gula Malacca', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Manjimup Dried Apples', 42.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Sir Rodney\'s Marmalade', 64.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Carnarvon Tigers', 50.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Vegie-spread', 35.1000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Chai', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Ipoh Coffee', 36.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Inlagd Sill', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Italy', 'Louisiana Hot Spiced Okra', 13.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Italy', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Belgium', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Belgium', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Belgium', 'Ipoh Coffee', 36.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Maxilaku', 16.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Carnarvon Tigers', 50.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Thüringer Rostbratwurst', 99.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Nord-Ost Matjeshering', 20.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Chef Anton\'s Cajun Seasoning', 17.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Grandma\'s Boysenberry Spread', 20.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Singaporean Hokkien Fried Mee', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Ipoh Coffee', 36.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Singaporean Hokkien Fried Mee', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Ipoh Coffee', 36.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Inlagd Sill', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Mascarpone Fabioli', 25.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Escargots de Bourgogne', 10.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Sasquatch Ale', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Chai', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Finland', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Steeleye Stout', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Filo Mix', 5.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Genen Shouyu', 12.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'NuNuCa Nuß-Nougat-Creme', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Steeleye Stout', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Spegesild', 9.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Vegie-spread', 35.1000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Grandma\'s Boysenberry Spread', 20.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Konbu', 4.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Tofu', 18.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Chef Anton\'s Cajun Seasoning', 17.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Ravioli Angelo', 15.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Nord-Ost Matjeshering', 20.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Escargots de Bourgogne', 10.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Portugal', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Portugal', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Portugal', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Nord-Ost Matjeshering', 20.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Côte de Blaye', 210.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Carnarvon Tigers', 50.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Singaporean Hokkien Fried Mee', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Zaanse koeken', 7.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Finland', 'Tofu', 18.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Finland', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Finland', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Filo Mix', 5.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Mascarpone Fabioli', 25.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Manjimup Dried Apples', 42.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Portugal', 'Chef Anton\'s Cajun Seasoning', 17.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Tunnbröd', 7.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Inlagd Sill', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Gravad lax', 20.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Nord-Ost Matjeshering', 20.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Chef Anton\'s Cajun Seasoning', 17.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Carnarvon Tigers', 50.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Ipoh Coffee', 36.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Denmark', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Denmark', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Inlagd Sill', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Wimmers gute Semmelknödel', 26.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Chef Anton\'s Cajun Seasoning', 17.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Northwoods Cranberry Sauce', 32.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Northwoods Cranberry Sauce', 32.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Singaporean Hokkien Fried Mee', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'NuNuCa Nuß-Nougat-Creme', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Chai', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Tunnbröd', 7.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Valkoinen suklaa', 13.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Côte de Blaye', 210.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Gula Malacca', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Portugal', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Portugal', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Côte de Blaye', 210.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Chai', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Thüringer Rostbratwurst', 99.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Ravioli Angelo', 15.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Ikura', 24.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Sasquatch Ale', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Inlagd Sill', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Thüringer Rostbratwurst', 99.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Côte de Blaye', 210.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Maxilaku', 16.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'NuNuCa Nuß-Nougat-Creme', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Manjimup Dried Apples', 42.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Mexico', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Spain', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Denmark', 'Sasquatch Ale', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Denmark', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Denmark', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Denmark', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Ravioli Angelo', 15.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Wimmers gute Semmelknödel', 26.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Thüringer Rostbratwurst', 99.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Switzerland', 'Chai', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Switzerland', 'Wimmers gute Semmelknödel', 26.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Switzerland', 'Longlife Tofu', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'France', 'Inlagd Sill', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Sir Rodney\'s Marmalade', 64.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Côte de Blaye', 210.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Escargots de Bourgogne', 10.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Poland', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Poland', 'Escargots de Bourgogne', 10.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Tofu', 18.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Vegie-spread', 35.1000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Nord-Ost Matjeshering', 20.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Ireland', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Longlife Tofu', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Chef Anton\'s Gumbo Mix', 17.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Carnarvon Tigers', 50.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Thüringer Rostbratwurst', 99.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Longlife Tofu', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Konbu', 4.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Valkoinen suklaa', 13.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Sir Rodney\'s Marmalade', 64.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Sweden', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Uncle Bob\'s Organic Dried Pears', 24.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Brazil', 'Sasquatch Ale', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Norway', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Norway', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Norway', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Norway', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Rogede sild', 7.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Filo Mix', 5.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'UK', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Ikura', 24.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Canada', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Steeleye Stout', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Spegesild', 9.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Konbu', 4.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Austria', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Tofu', 18.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'NuNuCa Nuß-Nougat-Creme', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Konbu', 4.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Spegesild', 9.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Venezuela', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Tunnbröd', 7.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Germany', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Portugal', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Portugal', 'Manjimup Dried Apples', 42.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Steeleye Stout', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'USA', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Denmark', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Denmark', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Denmark', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1996, 'Denmark', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Thüringer Rostbratwurst', 99.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Steeleye Stout', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Maxilaku', 16.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Nord-Ost Matjeshering', 20.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Tunnbröd', 7.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Vegie-spread', 35.1000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Chocolade', 10.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Singaporean Hokkien Fried Mee', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Maxilaku', 16.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Aniseed Syrup', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Chai', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Inlagd Sill', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Gravad lax', 20.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Argentina', 'Tofu', 18.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Argentina', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Gula Malacca', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Tofu', 18.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Chai', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Ravioli Angelo', 15.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Côte de Blaye', 210.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Spegesild', 9.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Zaanse koeken', 7.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Sirop d\'érable', 22.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Longlife Tofu', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Switzerland', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Switzerland', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Mishi Kobe Niku', 77.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Konbu', 4.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Röd Kaviar', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Steeleye Stout', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Côte de Blaye', 210.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Spain', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Spain', 'Wimmers gute Semmelknödel', 26.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Tofu', 18.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Spegesild', 9.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Ireland', 'Valkoinen suklaa', 13.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Ireland', 'Vegie-spread', 35.1000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Zaanse koeken', 7.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Gustaf\'s Knäckebröd', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Spegesild', 9.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Wimmers gute Semmelknödel', 26.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Sasquatch Ale', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Ravioli Angelo', 15.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Queso Manchego La Pastora', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Wimmers gute Semmelknödel', 26.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Longlife Tofu', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Thüringer Rostbratwurst', 99.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Sirop d\'érable', 22.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Schoggi Schokolade', 35.1000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Louisiana Hot Spiced Okra', 13.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Alice Mutton', 31.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Steeleye Stout', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Filo Mix', 5.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Argentina', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Argentina', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Ikura', 24.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Filo Mix', 5.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Tarte au sucre', 39.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Ikura', 24.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Wimmers gute Semmelknödel', 26.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gula Malacca', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Chocolade', 10.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Spegesild', 9.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Sirop d\'érable', 22.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Maxilaku', 16.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Ipoh Coffee', 36.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Uncle Bob\'s Organic Dried Pears', 24.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Spegesild', 9.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Nord-Ost Matjeshering', 20.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Konbu', 4.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Tunnbröd', 7.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Singaporean Hokkien Fried Mee', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Chef Anton\'s Cajun Seasoning', 17.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Ipoh Coffee', 36.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Thüringer Rostbratwurst', 99.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Rogede sild', 7.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Valkoinen suklaa', 13.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Spegesild', 9.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'NuNuCa Nuß-Nougat-Creme', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Nord-Ost Matjeshering', 20.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Ipoh Coffee', 36.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gula Malacca', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Carnarvon Tigers', 50.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Tunnbröd', 7.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Wimmers gute Semmelknödel', 26.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Uncle Bob\'s Organic Dried Pears', 24.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Guaraná Fantástica', 3.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Manjimup Dried Apples', 42.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Geitost', 2.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Flotemysost', 17.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Tofu', 18.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Rössle Sauerkraut', 36.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Louisiana Hot Spiced Okra', 13.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Lakkalikööri', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Chai', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Chartreuse verte', 14.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Ikura', 24.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Côte de Blaye', 210.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Perth Pasties', 26.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Wimmers gute Semmelknödel', 26.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Zaanse koeken', 7.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Maxilaku', 16.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Camembert Pierrot', 27.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Sasquatch Ale', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Sir Rodney\'s Scones', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Boston Crab Meat', 14.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Manjimup Dried Apples', 42.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Chang', 15.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Aniseed Syrup', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Pâté chinois', 19.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Outback Lager', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Manjimup Dried Apples', 42.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Longlife Tofu', 8.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Teatime Chocolate Biscuits', 7.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Gumbär Gummibärchen', 24.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Tourtière', 5.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Röd Kaviar', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Queso Cabrales', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Pavlova', 13.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Raclette Courdavault', 44.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Scottish Longbreads', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Rhönbräu Klosterbier', 6.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Gula Malacca', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'NuNuCa Nuß-Nougat-Creme', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Singaporean Hokkien Fried Mee', 11.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Louisiana Fiery Hot Pepper Sauce', 16.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Louisiana Hot Spiced Okra', 13.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Gudbrandsdalsost', 28.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Tunnbröd', 7.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Jack\'s New England Clam Chowder', 7.7000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Gorgonzola Telino', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Gnocchi di nonna Alice', 30.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Mozzarella di Giovanni', 27.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Original Frankfurter grüne Soße', 10.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Guaraná Fantástica', 4.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Boston Crab Meat', 18.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Singaporean Hokkien Fried Mee', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Rössle Sauerkraut', 45.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Maxilaku', 20.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Genen Shouyu', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Rössle Sauerkraut', 45.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Tourtière', 7.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Rogede sild', 9.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Perth Pasties', 32.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Laughing Lumberjack Lager', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Ireland', 'Tofu', 23.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Ireland', 'Louisiana Fiery Hot Pepper Sauce', 21.0500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Chang', 19.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Sir Rodney\'s Scones', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Perth Pasties', 32.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Sirop d\'érable', 28.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Tarte au sucre', 49.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'NuNuCa Nuß-Nougat-Creme', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Outback Lager', 15.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Ipoh Coffee', 46.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Chocolade', 12.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Konbu', 6.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Chartreuse verte', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Rössle Sauerkraut', 45.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Thüringer Rostbratwurst', 123.7900); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Rhönbräu Klosterbier', 7.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Chef Anton\'s Cajun Seasoning', 22.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Uncle Bob\'s Organic Dried Pears', 30.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Northwoods Cranberry Sauce', 40.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Guaraná Fantástica', 4.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Spegesild', 12.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Zaanse koeken', 9.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Camembert Pierrot', 34.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Sir Rodney\'s Scones', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Mascarpone Fabioli', 32.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Sirop d\'érable', 28.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Sir Rodney\'s Marmalade', 81.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Rössle Sauerkraut', 45.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Gnocchi di nonna Alice', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Louisiana Fiery Hot Pepper Sauce', 21.0500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Rhönbräu Klosterbier', 7.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Mishi Kobe Niku', 97.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Pavlova', 17.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Schoggi Schokolade', 43.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Geitost', 2.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Camembert Pierrot', 34.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Ireland', 'Carnarvon Tigers', 62.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Ireland', 'Jack\'s New England Clam Chowder', 9.6500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Ireland', 'Singaporean Hokkien Fried Mee', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Filo Mix', 7.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Raclette Courdavault', 55.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Outback Lager', 15.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Guaraná Fantástica', 4.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Côte de Blaye', 263.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Gula Malacca', 19.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Switzerland', 'Ikura', 31.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Switzerland', 'Gnocchi di nonna Alice', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Switzerland', 'Camembert Pierrot', 34.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Norway', 'Guaraná Fantástica', 4.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Norway', 'Perth Pasties', 32.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Argentina', 'Steeleye Stout', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Argentina', 'Jack\'s New England Clam Chowder', 9.6500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Argentina', 'Scottish Longbreads', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Chai', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Northwoods Cranberry Sauce', 40.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Nord-Ost Matjeshering', 25.8900); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Boston Crab Meat', 18.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Alice Mutton', 39.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Sir Rodney\'s Marmalade', 81.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Gravad lax', 26.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Jack\'s New England Clam Chowder', 9.6500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Ikura', 31.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Nord-Ost Matjeshering', 25.8900); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Ipoh Coffee', 46.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Tourtière', 7.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Inlagd Sill', 19.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Boston Crab Meat', 18.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Chai', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Konbu', 6.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Gnocchi di nonna Alice', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Chef Anton\'s Cajun Seasoning', 22.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Inlagd Sill', 19.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Queso Cabrales', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Geitost', 2.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Mozzarella di Giovanni', 34.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Pâté chinois', 24.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Scottish Longbreads', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Belgium', 'Gudbrandsdalsost', 36.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Alice Mutton', 39.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Ipoh Coffee', 46.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Sirop d\'érable', 28.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Lakkalikööri', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Argentina', 'Raclette Courdavault', 55.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Nord-Ost Matjeshering', 25.8900); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Louisiana Hot Spiced Okra', 17.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Chef Anton\'s Cajun Seasoning', 22.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Mozzarella di Giovanni', 34.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Röd Kaviar', 15.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Nord-Ost Matjeshering', 25.8900); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Boston Crab Meat', 18.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Tourtière', 7.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Queso Cabrales', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Boston Crab Meat', 18.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Ravioli Angelo', 19.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Raclette Courdavault', 55.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Queso Manchego La Pastora', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Gorgonzola Telino', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Geitost', 2.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Camembert Pierrot', 34.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Switzerland', 'Gorgonzola Telino', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Switzerland', 'Manjimup Dried Apples', 53.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Switzerland', 'Escargots de Bourgogne', 13.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Switzerland', 'Mozzarella di Giovanni', 34.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Switzerland', 'Röd Kaviar', 15.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Outback Lager', 15.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Mozzarella di Giovanni', 34.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Konbu', 6.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Sir Rodney\'s Scones', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Geitost', 2.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Maxilaku', 20.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Aniseed Syrup', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Gumbär Gummibärchen', 31.2300); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Côte de Blaye', 263.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Scottish Longbreads', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Guaraná Fantástica', 4.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Côte de Blaye', 263.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Louisiana Fiery Hot Pepper Sauce', 21.0500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Flotemysost', 21.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Queso Cabrales', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Tourtière', 7.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Queso Manchego La Pastora', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Tunnbröd', 9.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Rössle Sauerkraut', 45.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Laughing Lumberjack Lager', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Queso Cabrales', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Uncle Bob\'s Organic Dried Pears', 30.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Steeleye Stout', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Tarte au sucre', 49.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Mascarpone Fabioli', 32.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Inlagd Sill', 19.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Sasquatch Ale', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Jack\'s New England Clam Chowder', 9.6500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Gorgonzola Telino', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Rogede sild', 9.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Manjimup Dried Apples', 53.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Spain', 'Alice Mutton', 39.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Spain', 'Teatime Chocolate Biscuits', 9.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Spain', 'Sir Rodney\'s Scones', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Spain', 'Sirop d\'érable', 28.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Pavlova', 17.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Steeleye Stout', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Gula Malacca', 19.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Gudbrandsdalsost', 36.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Rhönbräu Klosterbier', 7.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Queso Cabrales', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Pavlova', 17.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Gustaf\'s Knäckebröd', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Gorgonzola Telino', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Steeleye Stout', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Pavlova', 17.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Tunnbröd', 9.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Tarte au sucre', 49.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Original Frankfurter grüne Soße', 13.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Tofu', 23.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Teatime Chocolate Biscuits', 9.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Guaraná Fantástica', 4.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Manjimup Dried Apples', 53.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gnocchi di nonna Alice', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Mozzarella di Giovanni', 34.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Wimmers gute Semmelknödel', 33.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Rhönbräu Klosterbier', 7.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Zaanse koeken', 9.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Manjimup Dried Apples', 53.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Filo Mix', 7.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Perth Pasties', 32.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Röd Kaviar', 15.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Jack\'s New England Clam Chowder', 9.6500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Pâté chinois', 24.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Nord-Ost Matjeshering', 25.8900); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Tarte au sucre', 49.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Gula Malacca', 19.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Manjimup Dried Apples', 53.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Geitost', 2.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Tarte au sucre', 49.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Inlagd Sill', 19.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Filo Mix', 7.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Alice Mutton', 39.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gorgonzola Telino', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Pâté chinois', 24.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Guaraná Fantástica', 4.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Wimmers gute Semmelknödel', 33.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Queso Cabrales', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Carnarvon Tigers', 62.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Lakkalikööri', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Ireland', 'Gorgonzola Telino', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Ireland', 'Manjimup Dried Apples', 53.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Ireland', 'Raclette Courdavault', 55.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Spain', 'Ikura', 31.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gorgonzola Telino', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Lakkalikööri', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Queso Cabrales', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Gnocchi di nonna Alice', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Tofu', 23.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Singaporean Hokkien Fried Mee', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Pavlova', 17.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Mascarpone Fabioli', 32.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Boston Crab Meat', 18.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Sweden', 'Rhönbräu Klosterbier', 7.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Alice Mutton', 39.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Sasquatch Ale', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Perth Pasties', 32.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Geitost', 2.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Boston Crab Meat', 18.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Tarte au sucre', 49.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Wimmers gute Semmelknödel', 33.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Raclette Courdavault', 55.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Vegie-spread', 43.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Mozzarella di Giovanni', 34.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Lakkalikööri', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Chai', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Gorgonzola Telino', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Gula Malacca', 19.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Chartreuse verte', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Rhönbräu Klosterbier', 7.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Original Frankfurter grüne Soße', 13.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Steeleye Stout', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Ravioli Angelo', 19.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Genen Shouyu', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Rhönbräu Klosterbier', 7.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Tofu', 23.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Jack\'s New England Clam Chowder', 9.6500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Louisiana Fiery Hot Pepper Sauce', 21.0500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Rhönbräu Klosterbier', 7.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Ravioli Angelo', 19.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Lakkalikööri', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Thüringer Rostbratwurst', 123.7900); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Camembert Pierrot', 34.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Gudbrandsdalsost', 36.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Gorgonzola Telino', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Zaanse koeken', 9.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Italy', 'Filo Mix', 7.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Gumbär Gummibärchen', 31.2300); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Steeleye Stout', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Original Frankfurter grüne Soße', 13.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Carnarvon Tigers', 62.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Singaporean Hokkien Fried Mee', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Steeleye Stout', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Chai', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Original Frankfurter grüne Soße', 13.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Aniseed Syrup', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Uncle Bob\'s Organic Dried Pears', 30.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Tourtière', 7.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Genen Shouyu', 15.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Gumbär Gummibärchen', 31.2300); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Sir Rodney\'s Marmalade', 81.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Gudbrandsdalsost', 36.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Lakkalikööri', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Filo Mix', 7.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Escargots de Bourgogne', 13.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Steeleye Stout', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Sirop d\'érable', 28.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Gudbrandsdalsost', 36.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gnocchi di nonna Alice', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Vegie-spread', 43.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Rhönbräu Klosterbier', 7.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Guaraná Fantástica', 4.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Ravioli Angelo', 19.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Austria', 'Louisiana Fiery Hot Pepper Sauce', 21.0500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Schoggi Schokolade', 43.9000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Flotemysost', 21.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Tarte au sucre', 49.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Tourtière', 7.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Röd Kaviar', 15.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Konbu', 6.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Raclette Courdavault', 55.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Denmark', 'Original Frankfurter grüne Soße', 13.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gustaf\'s Knäckebröd', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Maxilaku', 20.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Chocolade', 12.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Portugal', 'Lakkalikööri', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Pavlova', 17.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Raclette Courdavault', 55.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Camembert Pierrot', 34.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Flotemysost', 21.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Chef Anton\'s Cajun Seasoning', 22.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Pâté chinois', 24.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Tarte au sucre', 49.3000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Uncle Bob\'s Organic Dried Pears', 30.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Alice Mutton', 39.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Geitost', 2.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Boston Crab Meat', 18.4000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Mozzarella di Giovanni', 34.8000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Gnocchi di nonna Alice', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Chai', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Ikura', 31.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Sir Rodney\'s Scones', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'France', 'Inlagd Sill', 19.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Poland', 'Chai', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Poland', 'Chang', 19.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Poland', 'Camembert Pierrot', 34.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Ikura', 31.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Inlagd Sill', 19.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Maxilaku', 20.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Camembert Pierrot', 34.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Lakkalikööri', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Konbu', 6.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Venezuela', 'Rhönbräu Klosterbier', 7.7500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Queso Cabrales', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Sir Rodney\'s Scones', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Chartreuse verte', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Finland', 'Pâté chinois', 24.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Côte de Blaye', 263.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gnocchi di nonna Alice', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Outback Lager', 15.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Flotemysost', 21.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Raclette Courdavault', 55.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Grandma\'s Boysenberry Spread', 25.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Gnocchi di nonna Alice', 38.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Scottish Longbreads', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Sir Rodney\'s Scones', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Gustaf\'s Knäckebröd', 21.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Guaraná Fantástica', 4.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Canada', 'Filo Mix', 7.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Teatime Chocolate Biscuits', 9.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Tunnbröd', 9.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Outback Lager', 15.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'UK', 'Flotemysost', 21.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Chang', 19.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Brazil', 'Scottish Longbreads', 12.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Tofu', 23.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Teatime Chocolate Biscuits', 9.2000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Sir Rodney\'s Scones', 10.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Guaraná Fantástica', 4.5000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Germany', 'Steeleye Stout', 18.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Rössle Sauerkraut', 45.6000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Thüringer Rostbratwurst', 123.7900); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'USA', 'Gula Malacca', 19.4500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Tofu', 23.2500); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Singaporean Hokkien Fried Mee', 14.0000); INSERT INTO `sales` (`jahr`, `country`, `product`, `profit`) VALUES (1997, 'Mexico', 'Camembert Pierrot', 34.0000);