DEV Community

select * from SQL

Posts on tips and tricks, using and learning about SQL for database development and analysis.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
SQL Basics: A Real-World Guide to Databases and Queries

SQL Basics: A Real-World Guide to Databases and Queries

Comments
4 min read
SQL Starters

SQL Starters

Comments
2 min read
Speeding Up a Slow PL/SQL Routine with BULK COLLECT and FORALL

Speeding Up a Slow PL/SQL Routine with BULK COLLECT and FORALL

Comments
3 min read
The Data Modeling Concepts Nobody Mentions After Star Schema 101

The Data Modeling Concepts Nobody Mentions After Star Schema 101

1
Comments
6 min read
How I stopped manually rebuilding Java PreparedStatement SQL

How I stopped manually rebuilding Java PreparedStatement SQL

Comments
2 min read
Why Adding an Index Won't Fix Your Slow COUNT(*) in PostgreSQL

Why Adding an Index Won't Fix Your Slow COUNT(*) in PostgreSQL

1
Comments 1
5 min read
SQL PRACTICAL GUIDE

SQL PRACTICAL GUIDE

1
Comments
4 min read
When a SQL Engine Records Column Types but Never Reads Them

When a SQL Engine Records Column Types but Never Reads Them

Comments
3 min read
No More Rewriting the Same Logic for Every Database

No More Rewriting the Same Logic for Every Database

5
Comments
4 min read
PostgreSQL Graph Queries with MATCH: 3 Practical Traversal Patterns

PostgreSQL Graph Queries with MATCH: 3 Practical Traversal Patterns

Comments
2 min read
CVE-2026-24031 Analysis — Dovecot SQL-Based Authentication Bypass (an auth_username_chars Regression)

CVE-2026-24031 Analysis — Dovecot SQL-Based Authentication Bypass (an auth_username_chars Regression)

1
Comments
6 min read
Paginating hybrid search on Postgres, and why the obvious fix is worse

Paginating hybrid search on Postgres, and why the obvious fix is worse

Comments
4 min read
Running Total in SQL: The Window Frame That Decides the Answer

Running Total in SQL: The Window Frame That Decides the Answer

Comments
14 min read
Temp Table vs View in SQL: A Saved Answer or a Saved Question

Temp Table vs View in SQL: A Saved Answer or a Saved Question

Comments
13 min read
Subquery vs CTE in SQL: Same Logic, One You Can Check

Subquery vs CTE in SQL: Same Logic, One You Can Check

Comments
14 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.