Update README.md

This commit is contained in:
GowthamRaj K
2021-07-30 23:22:02 +05:30
committed by GitHub
parent fd954661d0
commit 765e2298d5
+2
View File
@@ -846,4 +846,6 @@ A view can be updated under certain conditions which are given below
- Rows of data can be deleted from a view. - Rows of data can be deleted from a view.
- The same rules that apply to the UPDATE and INSERT commands apply to the DELETE command. - The same rules that apply to the UPDATE and INSERT commands apply to the DELETE command.
## Dropping Views