Interactive SQL Playground#
This notebook creates a live SQL environment where you can practice and experiment with SQL queries on a sample employee database.
What you can do:
Write SQL queries in the text area below (or modify the default query)
Execute standard SQL operations: SELECT, WHERE, ORDER BY, GROUP BY, JOIN, etc.
Sample data includes:
8 sample employees across Engineering, Sales, Marketing, and HR departments
Employee attributes: ID, name, department, salary, hire date, and age
Please be patient while the playground loads