mysql> SELECT CategoryID, CategoryName FROM categories;
+------------+----------------+
| CategoryID | CategoryName   |
+------------+----------------+
|          1 | Beverages      | 
|          2 | Condiments     | 
|          3 | Confections    | 
|          4 | Dairy Products | 
|          5 | Grains/Cereals | 
|          6 | Meat/Poultry   | 
|          7 | Produce        | 
|          8 | Seafood        | 
+------------+----------------+
8 rows in set (0.00 sec)
mysql> SELECT CategoryID, ProductName FROM products;
(Czciowe dane wyjciowe)
+------------+----------------------------------+
| CategoryID | ProductName                      |
+------------+----------------------------------+
|          1 | Chai                             | 
|          1 | Chang                            | 
|          2 | Aniseed Syrup                    | 
|          2 | Chef Anton's Cajun Seasoning     | 
|          2 | Chef Anton's Gumbo Mix           | 
|          2 | Grandma's Boysenberry Spread     | 
|          7 | Uncle Bob's Organic Dried Pears  | 
|          2 | Northwoods Cranberry Sauce       | 
|          6 | Mishi Kobe Niku                  | 
|          8 | Ikura                            | 
|          4 | Queso Cabrales                   | 
|          4 | Queso Manchego La Pastora        | 
|          8 | Konbu                            | 
|          7 | Tofu                             | 
|          2 | Genen Shouyu                     |    
