mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user