Posts by sKILE • 1 point
1 post
-
0
votes0
answers73
viewsQ: Comparison with 3 tables
create table Pessoa ( id int not null primary key auto_increment, nome varchar(150) not null, cidade varchar(100) not null, cpf char(14) not null unique, rg int not null unique, INDEX idx_nome(nome)…