Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 19:31:52 +05:30
committed by GitHub
parent fd36904c4d
commit 77a0e2b61f
+4
View File
@@ -243,3 +243,7 @@ Following are some of the most commonly used constraints available in SQL
**Third Normal Form (3NF)** **Third Normal Form (3NF)**
# Various Syntax in SQL 🚨 # Various Syntax in SQL 🚨
### SQL SELECT Statement
SELECT column1, column2....columnN
FROM table_name;