Structured Query Language

Tuesday, Jan 13, 2026

Structured Query Language

SQL

I've been using SQL for sometime now, originally MySQL then recently I've switched to PostgreSQL. I like how it's mostly readable compared to some other languages and cheaper than Excel.

SELECT * FROM hello.world;