data consistency
とについて少し混乱していdata integrity
ます。Oracle データベースの概念から:
data integrity
--------------
Business rules that dictate the standards for acceptable data. These rules
are applied to a database by using integrity constraints and triggers to
prevent invalid data entry.
ウィキペディアより
Consistency
-----------
Consistency states that only valid data will be written to the database.
data consistency
では、との違いは何data integrity
ですか?
前もって感謝します。