jerdeth Posted April 1, 2016 Report Share Posted April 1, 2016 (edited) tabela PESSOA --------------------------------------- id[primary key] nome data de nascimento email tabela CURSO ------------------------------------- id [primary key] nome formador ativo duração carga tabela pessoa_curso ------------------------------------- fk_pessoa[foreign key] -> quero que a tabela PESSOA envie o id de PESSOA cá. fk_curso[foreign key] -> quero que a tabela CURSO envie o id de CURSO cá. Edited April 1, 2016 by jerdeth Quote Link to comment Share on other sites More sharing options...
0 wash Posted April 2, 2016 Report Share Posted April 2, 2016 Olá! Quando você diz: " fk_pessoa[foreign key] -> quero que a tabela PESSOA envie o id de PESSOA cá. " Você quer que isso aconteça automagicamente? Do modo tradicional é só montar uma query de insert com uma id de cada e executar Quote Link to comment Share on other sites More sharing options...
Question
jerdeth
tabela PESSOA ---------------------------------------
id[primary key]
nome
data de nascimento
email
tabela CURSO -------------------------------------
id [primary key]
nome
formador
ativo
duração
carga
tabela pessoa_curso -------------------------------------
fk_pessoa[foreign key] -> quero que a tabela PESSOA envie o id de PESSOA cá.
fk_curso[foreign key] -> quero que a tabela CURSO envie o id de CURSO cá.
Edited by jerdethLink to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.