diff --git a/README.md b/README.md index 7eb31b9..ed882ae 100644 --- a/README.md +++ b/README.md @@ -843,4 +843,7 @@ A view can be updated under certain conditions which are given below − ## Deleting Rows into 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. + +