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 aluno( id int not null auto_increment primary key, nome varchar(100) not null, nota decimal(3,1) check (nota >=0 and nota <=10) not null, uf char(2) constraint ck_uf check (uf in ("SP","RJ")) not null );

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

Copy Clear