@@ -247,3 +247,7 @@ Following are some of the most commonly used constraints available in SQL −
### SQL SELECT Statement
SELECT column1, column2....columnN
FROM table_name;
### SQL DISTINCT Clause
SELECT DISTINCT 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.