Technically
AI Reference
Your dictionary for AI terms like LLM and RLHF
Company Breakdowns
What technical products actually do and why the companies that make them are valuable
Learning Tracks
In-depth, networked guides to learning specific concepts
Posts Archive
All Technically posts on software concepts since the dawn of time
Terms Universe
The dictionary of software terms you've always wanted

Explore learning tracks

AI, it's not that ComplicatedAnalyzing Software CompaniesBuilding Software ProductsWorking with Data Teams
Loading...
I'm feeling luckyPricing
Log In
← Back to Universe

SQL

databasesintermediate

SQL is how you talk to relational databases. It's a programming language (although some would debate this) that lets you read, write, and update data, but also more, like add users, create functions, and other fun database admin tasks. Popular relational databases like PostgreSQL and MySQL unsurprisingly run on SQL.

A typical SQL statement might look like this:

SELECT 
first_name,
last_name,
address,
last_order_date
FROM users
WHERE signup_date > '2019-01-01'

SQL is pretty human readable – even if you don’t know it, you can guess what we’re doing here – and it’s a really useful thing for everyone to know, even if you’re not en engineer.

SQL

Read the full post ↗

SQL for the rest of us

If you’re not a data scientist but you have questions, you want to know SQL.

Read in the Knowledge Base →

Mentioned in

The vibe coder’s guide to real coding

Things you should know as a vibe coder that will make your app actually work / not die.

Foundationalai
The Vercel update post: the AI cloud

How Vercel went from deploying apps to redefining how we build them.

Company Breakdownai
Why do developers choose different types of databases?

An intro to how companies like Elastic, MongoDB, Snowflake, Confluent and AWS compete.

Category Breakdowndatabases
What's a Data Migration?

Data migration is about transferring information (data) from one place to another.

Appliedanalytics

Related terms

Blockchain

Database

GraphQL

Metadata

Migration

Multi-tenant

Impress your agents

70K+ PMs, engineers, investors, and operators read to Technically to expand their prompting vocabulary.

Content
  • All Posts
  • Learning Tracks
  • AI Reference
  • Companies
  • Terms Universe
Company
  • Pricing
  • Sponsorships
  • Contribute
  • Contact
Connect
SubscribeSubstackYouTubeXLinkedIn
Legal
  • Privacy Policy
  • Terms of Service

© 2026 Technically.