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