SQLize
Online
/
PHPize Online
/
SQLtest Online
A
A
A
Share
Donate
Blog
Popular
Donate
A
A
A
Share
Blog
Popular
SQLize.online is a free online SQL environment for quickly running, experimenting with and sharing code.
You can run your SQL code on top of the most popular RDBMS including MySQL, MariaDB, SQLite, PostgreSQL, Oracle and Microsoft SQL Server.
SQL code:
Upload
Copy
Format
Clear
INSERT INTO Departments VALUES ( 'IT', 'New York'), ( 'HR', 'Los Angeles'), ( 'Sales', 'Chicago'), ( 'Marketing', 'Houston'), ( 'Finance', 'Phoenix'); INSERT INTO Employees VALUES ( 'Alice Smith', 'Developer', 60000, 1), ( 'Bob Johnson', 'Manager', 75000, 1), ( 'Charlie Brown', 'HR Specialist', 50000, 2), ('David Wilson', 'Sales Associate', 45000, 3), ('Eva Green', 'Marketing Director', 80000, 4), ( 'Frank White', 'Financial Analyst', 55000, 5), ( 'Grace Lee', 'Developer', 62000, 1), ( 'Henry King', 'Sales Manager', 70000, 3), ( 'Ivy Clark', 'Marketing Specialist', 48000, 4), ( 'Jack Turner', 'HR Manager', 72000, 2); INSERT INTO Projects VALUES ('Project Alpha', '2023-01-01', '2023-06-30', 100000.00), ('Project Beta', '2023-02-01', '2023-07-31', 150000.00), ('Project Gamma', '2023-03-01', '2023-08-31', 120000.00), ('Project Delta', '2023-04-01', '2023-09-30', 200000.00), ('Project Epsilon', '2023-05-01', '2023-10-31', 180000.00); INSERT INTO EmployeeProjects VALUES ( 1, 1, 120), ( 2, 1, 100), ( 1, 2, 80), ( 3, 3, 60), ( 4, 4, 50), ( 5, 5, 40), ( 6, 1, 70), ( 7, 2, 90), ( 8, 3, 110), ( 9, 4, 30);
SQL
Server:
MariaDB 11.4
MariaDB 11.5
MariaDB 10
MariaDB 10 Sakila (ReadOnly)
MySQL 5.7
MySQL 5.7 Sakila (ReadOnly)
MySQL 8.0
MySQL 8.0 Sakila (ReadOnly)
SQLite 3
SQLite 3 Preloaded
PostgreSQL 10 Bookings (ReadOnly)
PostgreSQL 11
PostgreSQL 12
PostgreSQL 13
PostgreSQL 14
PostgreSQL 15
MS SQL Server 2017
MS SQL Server 2019
MS SQL Server 2022
MS SQL Server 2022 AdventureWorks (ReadOnly)
Firebird 4.0
Firebird 4.0 (Employee)
Oracle Database 19c (HR)
Oracle Database 21c
Oracle Database 23c Free
SOQOL
Version
ER Diagram
Preserve result
Stuck with a problem?
Got Error?
Ask ChatGPT!
Result:
Copy
Clear