From fcadfd04c1f0641fd4d7f5461fb553b0de61483e Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:21:01 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 872535f..9afc939 100644 --- a/README.md +++ b/README.md @@ -838,3 +838,6 @@ A view can be updated under certain conditions which are given below − ## Inserting Rows 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. +