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 Students ( [StudentKEY] int, [StudentNumber] int, [LastName] varchar(20), [FirstName] varchar(20) ) ; INSERT INTO Students ([StudentKEY], [StudentNumber], [LastName], [FirstName]) VALUES (1, 123456, 'Abrams', 'Adam'), (2, 123457, 'Beverly', 'Bravo'), (3, 123458, 'Cooly', 'Cat') ; SELECT * FROM students ;

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

Copy Clear