Want to practice SQL without a database environment? These few websites that can practice SQL online satisfy you

If you want to practice SQL, and it happens that your computer does not have a SQL environment, then the following online practice SQL websites will definitely meet your needs.

TiDB

Address: https://tour.pingcap.com/

As a project that won the second prize in the 2019 TiDB Hackathon, the birth of TiDB-Wasm is the product of the collision of WebAssembly (Wasm), [Golang] language and TiDB community. It aims to provide users with a way to easily experiment with SQL statements. MySQL query method to test TiDB's SQL compatibility.

Display in the form of command line.

SQL Fiddle

Address: http://sqlfiddle.com

Support MySQL, Oracle, SQL sever and other databases.

As shown in the figure, the left side is the input box for table creation statement and insert statement. Click Build Schema to generate data. On the right is the SQL statement input box, the effect is as follows:

Click Run SQL to query the data.

Question: MySQL is only available in version 5.6, if you want to experience the features of the latest version. SQL Fiddle may not be applicable anymore.

DB Fiddle

Address: https://www.db-fiddle.com/

If you are not satisfied with the website above, then try this website. This website can support the latest version of MySQL.

The disadvantage is that it does not support Oracle

Another advantage of this website is that it can work in teams.

But if you learn SQL by yourself, teamwork is not very useful.

db<>fiddle

Address: https://mp.weixin.qq.com/

The supported database is very complete.

The disadvantage is: this UI is too ugly. And the network delay is very high.

SQL practice website

In addition to the websites above, here are a few more websites where you can practice SQL (MySQL) directly. The data and tables have been given.

SQL online practice

http://sample.jimstone.com.cn/xsql

XUESQL

Address: http://xuesql.cn/

sqlzoo

Address: https://sqlzoo.net/wiki/SELECT_basics/zh

I feel that the server of the website is not in the mainland, and the access speed is relatively slow. But the table is richer.

Liao Xuefeng's official website

https://www.liaoxuefeng.com/wiki/1177760294764384/1179611432985088

Recommended in the past

Scan the QR code to get more exciting. Or search Lvshen_9 on WeChat , you can reply to get information in the background

1.回复"java" 获取java电子书;

2.回复"python"获取python电子书;

3.回复"算法"获取算法电子书;

4.回复"大数据"获取大数据电子书;

5.回复"spring"获取SpringBoot的学习视频。

6.回复"面试"获取一线大厂面试资料

7.回复"进阶之路"获取Java进阶之路的思维导图

8.回复"手册"获取阿里巴巴Java开发手册(嵩山终极版)

9.回复"总结"获取Java后端面试经验总结PDF版

10.回复"Redis"获取Redis命令手册,和Redis专项面试习题(PDF)

11.回复"并发导图"获取Java并发编程思维导图(xmind终极版)

Another: Click [ My Benefits ] to have more surprises.

Guess you like

Origin blog.csdn.net/wujialv/article/details/108799186