Posts

Showing posts from November, 2025

CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

SQL

Image
Also a good beginner video HERE covering these Beginner SQL concepts: ✔ Relational databases ✔ Queries ✔ SELECT ✔ FROM ✔ WHERE ✔ GROUP BY ✔ HAVING ✔ ORDER BY ✔ LIMIT ✔ COUNT ✔ DISTINCT ✔ LEFT JOIN