entity integrity constraint 中文意思是什麼

entity integrity constraint 解釋
實體完整性約束
  • entity : n. 1. 實體;統一體。2. 存在(物)。3. (有別于屬性等的)本質。
  • integrity : n. 1. 誠實,正直。2. 完全,完整。
  • constraint : n. 1. 強迫,拘束。2. 約束,壓抑,拘泥。3. 強制力。4. 緊張感[狀態]。
  1. Might indicate a system - level problem cannot make a connection to the database, a logical problem no more rows in the result set, or a problem with the specific data the primary key for the row you just tried to insert already exists or violates an entity integrity constraint

    可能指示一個系統級問題(不能連接到數據庫) 、邏輯問題(在結果集中沒有更多的行)或者特定數據的問題(您剛才試圖插入行的主鍵已經存在或者違反實體完整性約束) 。
  2. Is a constraint that enforces entity integrity for a specified column through a unique index

    一個約束,該約束通過唯一索引來強制指定列的實體完整性。
  3. Is a constraint that provides entity integrity for a specified column or columns by using a unique index

    通過唯一索引為指定的一列或多列提供實體完整性的約束。
  4. Is a constraint that enforces entity integrity for a specified column or columns by using a unique index

    通過唯一索引對指定的一列或多列強制實體完整性的約束。
  5. Unique is a constraint that provides entity integrity for a specified column or columns through a unique index

    一個約束,該約束通過唯一索引為一個或多個指定列提供實體完整性。
分享友人