Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ある種のエンティティ (1 つのテーブル内) のステータスがOKまたはErrorであるとします。ステータスがOKのエンティティについては、(別のテーブルに) いくつかのデータもあるはずですが、ステータスがエラーの場合、データはありません。
したがって、最初のテーブルで参照する行のステータスがOKに設定されている場合にのみ、行が後者のテーブルに存在できるようにする必要があります。
データベースでこの制約を強制する推奨される方法は何ですか?