假的 mysql 服务器来运行 sql 命令以进行练习
我正在尝试更好地使用 SQL 命令,但我目前确实没有设置可以练习的数据库。有谁知道有一个一体化程序或在线服务,其中设置了数据库并填充了我可以练习 SQL 命令的数据?
I am trying to get better with SQL commands, but I really do not have a database currently set up that I can practice on. Does anyone know of an all-in-one program or an online service that has a database set up and filled with data that I could practice my SQL commands on/in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
坦率地说,我真的不知道有什么好的在线网站可以做到这一点。
Google 给了我这个网站,但我尝试了一下,它确实有点麻烦,而且很难合作。
我真的建议你会发现在你的机器上安装一些数据库(如 MySQL / SQL Server Express)并尝试一下会容易得多。
安装 SQL Server Express 等软件非常简单。您只需从此处下载 db + 工具,快速安装即可完成所有设置要获取
示例数据,您可以随时下载 Adventureworks 数据库。
列出了有关如何使用 SQL Express 运行 AdventureWorks 数据库的分步详细信息 此处
Frankly, I do not really know of any GOOD online site for doing this.
Google gave me this site but i tried it out and its really a bit cumbersome and difficult to work with.
I would really suggest that you will find it a LOT easier to install some database like MySQL / SQL Server Express on your machine and try things out.
Installing something like SQL Server Express is really easy. You can just download the db + tools from here, a quick install and you will be all set to go
For the sample data, you can always download the Adventureworks database.
Step by step details on how to get the AdventureWorks database running with SQL Express are listed here
Google 是你的朋友
http://www.mysqltutorial.org/mysql-sample-database.aspx< /a>
Google's your friend
http://www.mysqltutorial.org/mysql-sample-database.aspx
我发现这个网站很有帮助。
http://sqlzoo.net/wiki/SELECT_basics
虽然他们使用 mariaDB 仍然相同的查询..所以不用担心。
I found this site pretty much helping.
http://sqlzoo.net/wiki/SELECT_basics
Although they use mariaDB still same queries.. So no worries.