Keep a foreign key NULL if info is easily determine?

前端 未结 0 1680
不知归路
不知归路 2020-12-15 07:12

I have the following tables:

TABLE country
(
    country_id int not null,
    name varchar(32) not null,
    primary key (country_id),
    unique key (name)
)         


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