MySQL playground

create table data(message varchar(50));
insert into data values ('Hello, World!');
select * from data;

MySQL is an open source relational database system, a popular choice for web applications from the smallest personal sites to giants like Facebook.

⛫ homepage • αω tutorial • ⚘ community