Skip to content

Commit 478243f

Browse files
authored
Update README.md
1 parent 8e94a5a commit 478243f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Pull requests are welcome. Enjoy!
145145
# 5. View Queries
146146

147147
### **CREATE**: create a view
148-
* `CREATE VIEW` view_name `AS SELECT` column1, column2 FROM table_name WHERE condition;
148+
* `CREATE VIEW` view_name `AS SELECT` column1, column2 `FROM` table_name `WHERE` condition;
149149

150150
### **SELECT**: retrieve a view
151151
* `SELECT` * `FROM` view_name;

0 commit comments

Comments
 (0)