Update README.md

This commit is contained in:
GowthamRaj K
2021-07-30 23:12:53 +05:30
committed by GitHub
parent 13f28ad8ec
commit e23789170b
+7
View File
@@ -794,3 +794,10 @@ The following guidelines indicate when the use of an index should be reconsidere
## Creating Views ## Creating Views
CREATE VIEW view_name AS
SELECT column1, column2.....
FROM table_name
WHERE [condition];