You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'KEY AUTO_INCREMENT,
Segue o comando:
CREATE TABLE cidade (id PRYMARY KEY AUTOINCREMENT,
nome VARCHAR(100) NOT NULL,
id_estado INT,
FOREIGN KEY (id_estado) REFERENCES estado(id));
Pergunta
Fernando Carlos Carvalho
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'KEY AUTO_INCREMENT,
Segue o comando:
CREATE TABLE cidade (id PRYMARY KEY AUTOINCREMENT,
nome VARCHAR(100) NOT NULL,
id_estado INT,
FOREIGN KEY (id_estado) REFERENCES estado(id));
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.