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.
SQL Server での制約の追加は、DML または DDL のどのカテゴリに分類されますか?
テーブル間の関係を定義しているため、テーブルに格納されているデータを変更するのではなく、DDL を使用します。
データではなく構造を変更するため、DDL。
例:参照整合性ステートメント