Update README.md

This commit is contained in:
GowthamRaj K
2021-07-30 23:21:20 +05:30
committed by GitHub
parent fcadfd04c1
commit b96834cee5
+3
View File
@@ -841,3 +841,6 @@ A view can be updated under certain conditions which are given below
- Rows of data can be inserted into a view. - Rows of data can be inserted into a view.
- The same rules that apply to the UPDATE command also apply to the INSERT command. - The same rules that apply to the UPDATE command also apply to the INSERT command.
## Deleting Rows into a View
-