mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -185,3 +185,13 @@ Following are some of the most commonly used constraints available in SQL −
|
|||||||
− Used to create and retrieve data from the database very quickly.
|
− Used to create and retrieve data from the database very quickly.
|
||||||
|
|
||||||
# Data Integrity 🚧
|
# Data Integrity 🚧
|
||||||
|
|
||||||
|
- The following categories of data integrity exist with each RDBMS −
|
||||||
|
|
||||||
|
**Entity Integrity − There are no duplicate rows in a table.**
|
||||||
|
|
||||||
|
**Domain Integrity − Enforces valid entries for a given column by restricting the type, the format, or the range of values.**
|
||||||
|
|
||||||
|
**Referential integrity − Rows cannot be deleted, which are used by other records.**
|
||||||
|
|
||||||
|
**User-Defined Integrity − Enforces some specific business rules that do not fall into entity, domain or referential integrity.**
|
||||||
|
|||||||
Reference in New Issue
Block a user