Use the term, never define the term, classic.
CTE stands for Common Table Expressions in SQL. They are temporary result sets defined within a single query using the WITH clause, acting like named subqueries to improve readability and structure.
Agreed. I was relieved to see this wasn’t written by Cam Skatteboro.
OP here, damn - that's a very good point. Can't believe I missed it.