Window Functions in SQL
A detailed tutorial containing everything about window functions
Window Functions in SQL
GROUP BY and HAVING in SQL (aggregate functions)
CAST function in SQL
String functions in SQL
JOINS in SQL
CASE WHEN in SQL (IF ELSE in SQL)
Subqueries in SQL
UNION, UNION ALL, INTERSECT, EXCEPT in SQL
Coalesce in SQL
TRUNCATE, DROP and DELETE in SQL
Adding quotes to a column in output
WHERE statement in SQL (filtering the data)
Sorting data in SQL (ORDER BY)
Aggregate functions and GROUP BY in SQL
SELECTing only some of the columns
UPDATE-SET in SQL (Updating column values for some specific rows)
ALTER TABLE in SQL
selecting TOP N rows in SQL
CONSTRAINTS in SQL
PRIMARY KEY in SQL
INSERTing data into SQL table