From fd954661d079607e40948eadb096eb15d3f8e12e Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:21:45 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. + +