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 ( name varchar(64), course varchar(64), score int ); insert into students values ('Сергей Петров', 'Физика', 5), ('Марина Кузина', 'Математика', 4), ('Илья Краснов', 'Литература', 3), ('Татьяна Говорова', 'История', 5); SELECT name, course, score FROM students WHERE name = 'Илья';

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

Copy Clear