đī¸
SQL Training Platform - softwareengel.de
Select a database...
Employees DB
E-Commerce DB
School DB
Counties DB
Load Database
đ
âī¸
âļī¸ Run Current
âļī¸âļī¸ Run All
đī¸ Clear
đž Save
⨠Format
đĨ Export CSV
đĨ Export JSON
đ§ DDL/Schema
đ DQL Queries
-- DDL/Schema Editor (Auto-executes when database loads) -- This editor is for CREATE, ALTER, DROP, and other schema commands -- Commands here will run automatically when you load a database -- Example: -- CREATE TABLE IF NOT EXISTS test_table ( -- id INTEGER PRIMARY KEY, -- name TEXT NOT NULL, -- created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP -- );
-- DQL Queries Editor (Manual execution) -- This editor is for SELECT queries and data exploration -- Press Ctrl+Enter to run current statement or Ctrl+Shift+Enter to run all -- Welcome to SQL Training Platform! -- Select a database from the dropdown above -- Choose an example from the sidebar or write your own SQL query SELECT 'Hello, SQL!' AS greeting;
Query Results
đ Results
đŦ Messages
đ History
No results yet. Run a query to see results here.
âšī¸
Welcome! Load a database and run your first query.
No query history yet
Save Query
×
Query Name:
Description (optional):