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:
@@ -801,5 +801,8 @@ The following guidelines indicate when the use of an index should be reconsidere
|
|||||||
|
|
||||||
## WITH CHECK OPTION
|
## WITH CHECK OPTION
|
||||||
|
|
||||||
-
|
- The WITH CHECK OPTION is a CREATE VIEW statement option.
|
||||||
|
- The purpose of the WITH CHECK OPTION is to ensure that all UPDATE and INSERTs satisfy the condition(s) in the view definition.
|
||||||
|
- If they do not satisfy the condition(s), the UPDATE or INSERT returns an error.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user