@@ -243,3 +243,7 @@ Following are some of the most commonly used constraints available in SQL −
**Third Normal Form (3NF)**
# Various Syntax in SQL 🚨
### SQL SELECT Statement
SELECT column1, column2....columnN
FROM table_name;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.