Home  >  Article  >  Database  >  What does MySQL data integrity include?

What does MySQL data integrity include?

PHPz
PHPzforward
2023-05-29 21:48:421764browse

 MySQL data integrity detailed explanation

Data integrity includes:

  1. Entity integrity

 1) Primary key constraints

 2)Unique constraint

 3)Identity column

  2.Domain integrity

 1)Data type constraint

2) Non-null constraint

 3)Default value constraint

  3.Referential integrity

 Foreign key constraint

  4. Custom integrity

1. Stored procedure

2. Trigger

The above is the detailed content of What does MySQL data integrity include?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yisu.com. If there is any infringement, please contact admin@php.cn delete