Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/DataBase/DB Tool/
SQL
Search
SQL

SQL

Creator
Creator
Seonglae Cho
Created
Created
2020 Jan 12 7:7
Editor
Editor
Seonglae Cho
Edited
Edited
2024 Mar 27 2:41
Refs
Refs
Relational Algebra
SQL Notion
SQL Key
SQL Exception
Query Compiler
 
 
SQL Usages
SQL Query
SQL Parser
SQL Option
SQL Tool
AI SQL
SQL Injection
 
 
 
 
Unexplanations: sql is syntactic sugar for relational algebra
This idea is particularly sticky because it was more or less true 50 years ago, and it's a passable mental model to use when learning sql. But it's an inadequate mental model for building new sql frontends, designing new query languages, or writing tools likes ORMs that abstract over sql.
Unexplanations: sql is syntactic sugar for relational algebra
https://www.scattered-thoughts.net/writing/unexplanations-sql-is-syntactic-sugar-for-relational-algebra/
Parsing SQL - Strumenta
SQL is a language to handle data in a relational database. If you worked with data you have probably worked with SQL. We will talk about parsing SQL. It is in the same league of HTML: maybe you never learned it formally but you kinda know how to use it.
Parsing SQL - Strumenta
https://tomassetti.me/parsing-sql/
Parsing SQL - Strumenta
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/DataBase/DB Tool/
SQL
Copyright Seonglae Cho