SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table musica ( id_musica int primary key not null, nome varchar2(50) not null ); insert into musica values ('1','numb'); create table genero ( id_genero int primary key not null, nome varchar2(50) not null ); insert into genero values ('1','porra'); select * from genero

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear