Posts by Virlayne • 11 points
1 post
-
1
votes1
answer114
viewsQ: This gives error: Can’t create table when creating this table in Mysql using Foreign key
create table clientes ( cpf varchar(15) primary key, nome varchar(50), rg varchar(10), dt_nascimento date, senha varchar(10), rua varchar (20), numero varchar(6), bairro varchar(20), cidade…