Public SQL database for educational purposes

后端 未结 8 1423
鱼传尺愫
鱼传尺愫 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:32

    If you're intersted, Eve Online, a rather large MMO, make their static data (in-game items, NPCs, anything that doesn't really change) available via download.

    ***edit:* http://www.eveonline.com/community/toolkit.asp

    It's a very heavily normalized data set, with over a dozen table, and thousands of records. If you want to dive into the deep end of enterprise data warehousing, I'd recommend this.

    Downloads as a MS SQL Server 2008 Backup file, which can be imported directly into MS SQL Server 2008 Express (The free edition)

    I do not recommend this if you are brand new to databasing, however.

提交回复
热议问题