📜  一对一和一对多关系 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:25.009000             🧑  作者: Mango

代码示例2
One-to-one relationships associate one record in one table
with a single record in the other table.
One-to-many relationships associate one record in one table with 
many records in the other table