Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要为课堂作业运行一些基本的 SQL 代码,但在设置工作环境时遇到了麻烦。我在我的 Ubuntu 机器上下载了 xampp,但我还需要下载什么才能使其工作?如何创建 SQL 文档并实际运行它?
您可以使用 phpMyAdmin进行练习。在那里创建数据库并练习。
您可以通过在浏览器中输入http://localhost/phpmyadmin来访问它
您可以针对一些在线数据库编写 SQL 并对其进行测试,而无需设置本地环境。
http://sqlzoo.net/
http://www.w3schools.com/sql/sql_tryit.asp