Skip to content

Commit ca9b9cf

Browse files
authored
Update README.md
1 parent 14eb1e9 commit ca9b9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ My past work in Microsoft SQL Server and Postgre environments.
33

44
* The Basics.sql file contains function like CREATE TABLE, INSER INTO+VALUES, SELECT+FROM, WHERE, GROUP BY+ORDER BY statements.
55

6-
* In Intermediate.sql file, I played with functions like INNER/OUTER JOIN, UNION operator, CASE statement, HAVING clause, UPDATING/DELETING, ALIASING, and PARTITION BY
6+
* In Intermediate.sql file, I played with functions like INNER/OUTER JOIN, UNION (ALL) operator, CASE WHEN statement, HAVING clause, UPDATING/DELETING, ALIASING, and PARTITION BY.
77

88
* In Advanced.sql file, I played with Common Table Expression (CTE), Temp tables, String functions, Stored procedures, and Subqueries.
99

0 commit comments

Comments
 (0)