How to insert when you have a FK and it references another table

前端 未结 0 1009
生来不讨喜
生来不讨喜 2020-12-22 18:06

For example I have a table A(ID INT PK, Name Varchar)

Then I create a new table B(COUNT INT PK, A_ID FK references A(ID))

I want to insert into B, how do I ins

相关标签:
回答
  • 消灭零回复
提交回复
热议问题