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

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
CREATE TABLE MyTable ( ID INT PRIMARY KEY , FirstName VARCHAR(50), LastName VARCHAR(50), Age INT, Email VARCHAR(100), RegistrationDate DATE ); INSERT INTO MyTable (FirstName, LastName, Age, Email, RegistrationDate) VALUES (1,'John', 'Doe', 25, 'john.doe@example.com', '2023-01-01'), (2,'Jane', 'Smith', 30, 'jane.smith@example.com', '2023-01-02'), (3,'Bob', 'Johnson', 22, 'bob.johnson@example.com', '2023-01-03');

Stuck with a problem? Got Error? Ask AI support!

Copy Clear