Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize Online / PHPize Online  /  SQLtest Online

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.

Copy Format Clear
CREATE TABLE clientes ( id INT PRIMARY KEY AUTO_INCREMENT, nome VARCHAR(100), email VARCHAR(100), cidade VARCHAR(50) ); -- Inserção de dados INSERT INTO clientes (nome, email, cidade) VALUES ('João Silva', 'joao@email.com', 'Rio de Janeiro'); -- Consulta SELECT * FROM clientes;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear