Public SQL database for educational purposes

后端 未结 8 1424
鱼传尺愫
鱼传尺愫 2021-02-08 05:04

I am looking for a publicly available SQL database with free access, where one can run some SELECT queries for free on some meaningful data (not item1, item2, item3

8条回答
  •  青春惊慌失措
    2021-02-08 05:23

    If SQL Server is an option then Northwind/Adventureworks are the standard "training" DBs. Do a search.

    For mySql this project looks promising:

    http://sourceforge.net/projects/awmysql/

    Also, this might be a dupe:

    Is there a "Northwind" type database available for MySQL?

    Where can I download Northwind database for Postgresql?

提交回复
热议问题