SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
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 ChatGPT!
Copy Clear