Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 20:43:23 +05:30
committed by GitHub
parent 5e155a7e50
commit 1c3c779671
+5 -4
View File
@@ -271,10 +271,11 @@ Following are some of the most commonly used constraints available in SQL
SELECT column1, column2....columnN
FROM table_name
WHERE column_name BETWEEN val-1 AND val-2;
SQL LIKE Clause
SELECT column1, column2....columnN
FROM table_name
WHERE column_name LIKE { PATTERN };
### SQL LIKE Clause
SELECT column1, column2....columnN
FROM table_name
WHERE column_name LIKE { PATTERN };
SQL ORDER BY Clause
SELECT column1, column2....columnN
FROM table_name