Saturday 07th December - DATAGLOOP/SQL
Menu - Tap to open
Help & Support
Home
Showcase
Logout
Loading Page....
Gloop: SQL Demo (SQL)
Welcome to our SQL Demo. This Shows how you can use an SQL Gloop. For Help please click the icon at the top left of the screen.
Saved Scripts :
A simple SELECT example
Export Updates to the Jokes Database
Import Data from Jokes Database
Title :
-- Below is an example select statement. You can (even as a guest user) -- write your own update/delete and create table statements in the -- box below. They will execute, but only your local session database -- will be updated, so feel free to give it a go SELECT * FROM Jokes;
Execute SQL: