Update README.md

This commit is contained in:
GowthamRaj K
2021-07-30 23:20:31 +05:30
committed by GitHub
parent add643be4a
commit 27f806cdf8
+3
View File
@@ -835,3 +835,6 @@ A view can be updated under certain conditions which are given below
**- Calculated columns may not be updated.** **- Calculated columns may not be updated.**
**- All NOT NULL columns from the base table must be included in the view in order for the INSERT query to function.** **- All NOT NULL columns from the base table must be included in the view in order for the INSERT query to function.**
## Inserting Rows into a View