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:
@@ -276,7 +276,8 @@ Following are some of the most commonly used constraints available in SQL −
|
||||
SELECT column1, column2....columnN
|
||||
FROM table_name
|
||||
WHERE column_name LIKE { PATTERN };
|
||||
SQL ORDER BY Clause
|
||||
|
||||
### SQL ORDER BY Clause
|
||||
SELECT column1, column2....columnN
|
||||
FROM table_name
|
||||
WHERE CONDITION
|
||||
|
||||
Reference in New Issue
Block a user