SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table professor( id_professor int not null primary key auto_increment, nome varchar(30) not null, matricula char(10) not null ); insert into professor (nome, matricula), values ('Hebert', 1234567890); insert into professor (nome, matricula), values ('Rosseti', 1234567891); insert into professor (nome, matricula), values ('Heltai', 1234567892); desc table professor;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear