# SQL Demo Revisited

DevFeed: [SQL Demo Revisited](<https://devfeed.tech/articles/sql-demo-revisited-19527.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/sql-demo-revisited/>)

Author: Shai Almog

Published: 2016-10-18T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [SQL](<https://devfeed.tech/topics/sql.md>), [Demo](<https://devfeed.tech/topics/demo.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [browsers](<https://devfeed.tech/tags/browsers.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [demo](<https://devfeed.tech/tags/demo.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [github](<https://devfeed.tech/tags/github.md>), [google](<https://devfeed.tech/tags/google.md>), [google-play](<https://devfeed.tech/tags/google-play.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [sql](<https://devfeed.tech/tags/sql.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

The article revisits a SQL demo built around a SQL explorer, allowing users to enter arbitrary SQL queries. It adds a tutorial mode for beginners and explains browser compatibility limitations, including support in Chrome and Safari but not Firefox. The demo is also available through several app stores, with source code published on GitHub.

## Source excerpt

The SQL demo has been on my "todo" list for months. It's really hard to create a compelling demo for something as boring (by design) as SQL so this was a big procrastination target. After we built the SQL explorer tool for the developer guide it became apparent to me that this could be the basis for the new SQL demo, just provide the ability to type in arbitrary SQL and see it work...