獲取你自己的 SQL 伺服器

SQL 語句

結果

 count | country
-------+---------
    13 | USA
    11 | France
     9 | Brazil
     7 | UK
    11 | Germany
(5 rows)
演示資料庫

categories(類別)
customers(客戶)
products(產品)
orders(訂單)
order_details(訂單詳情)
testproducts(測試產品)