📡 You're offline — showing cached content
New version available!
Quick Access

SQL

SQL queries, joins, keys and database concepts

31 articles in this category
SQL Indexes: Speed Up Your Queries 100x
SQL Beginner
SQL Indexes: Speed Up Your Queries 100x

Learn indexes, EXPLAIN, when to add them, and why over-indexing slows writes.

SQL Subqueries: Queries Inside Queries
SQL Beginner
SQL Subqueries: Queries Inside Queries

Learn scalar subqueries, IN, NOT IN, EXISTS, correlated subqueries, and derived tables.

PHP PDO: Connect to MySQL the Right Way
SQL Beginner
PHP PDO: Connect to MySQL the Right Way

Learn PHP PDO — connecting to MySQL, fetching rows, and preventing SQL injection with prepared statements.

PostgreSQL Full-Text Search
SQL Intermediate
PostgreSQL Full-Text Search

Learn tsvector, tsquery, GIN indexes, ranking, and multi-language search.

MySQL EXPLAIN: Reading Query Plans
SQL Intermediate
MySQL EXPLAIN: Reading Query Plans

Learn EXPLAIN FORMAT=JSON, EXPLAIN ANALYZE, and identifying bottlenecks.

SQL Aggregate Functions: COUNT, SUM, AVG, MIN, MAX
SQL Beginner
SQL Aggregate Functions: COUNT, SUM, AVG, MIN, MAX

Learn aggregate functions, GROUP BY to group results, and HAVING to filter groups.