It is a SQL playground which allows to test SQL online. Run SQL queries for SQLite, MySQL and PostgreSQL databases. Share snippets.
Categories | |
---|---|
Website | extendsclass.com |
Release Date | 2022-05-22 |
Based on our record, SQL Fiddle seems to be more popular. It has been mentiond 52 times since March 2021. We are tracking product recommendations and mentions on Reddit, HackerNews and some other platforms. They can help you identify which product is more popular and what people think of it.
Looks like sqlfiddle.com is now offline as well but I believe the error I was getting is independent of the site going down. I hate this class so much. - Source: Reddit / 15 days ago
Construct a sqlfiddle and I'll try to get to it tonight. - Source: Reddit / 16 days ago
Instead of screenshots, it's always better to construct a sample dataset to illustrate your problem (with expected results) using tools like SQL Fiddle (http://sqlfiddle.com/). - Source: Reddit / about 2 months ago
You can use http://sqlfiddle.com/ as they suggest. I strongly recommend writing your queries locally in a saved media. Refreshing the webpage will reset the query and you will lose your work. - Source: Reddit / about 2 months ago
Most important, you need to practice. You can run queries online (http://sqlfiddle.com but you need to create whatever data you want to query) or get MySQL and MySQL Workbench installed locally, get a database (e.g. https://www.mysqltutorial.org/mysql-sample-database.aspx) and practice with that. - Source: Reddit / about 2 months ago
DB Fiddle - An online tool for testing, sharing and collaborating on SQL snippets
db<>fiddle - An online tool for testing, demonstrating and sharing database commands and scripts.
Online SQL Editor - Free Online SQL Editor
Rextester - Online compiler for many languages, including MySQL