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 cliente( id int not null primary key AUTO_INCREMENT, nome varchar(10), email varchar(10) ); desc cliente; alter table cliente add data_nascimento date not null; alter table cliente drop column email; desc cliente; alter table cliente add note nolt(0>nome and nome<10); alter table cliente add cpf varchar(14); alter table cliente add CONSTRAINT cpf_uniq unique(cpf);

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

Copy Clear