One of MySQL 8’s biggest improvements is the support of window functions. As I always said in conferences, there’s SQL before window functions and SQL after window functions. Once you start ...
A cool standard SQL:2003 feature is the aggregate FILTER clause, which is supported natively by at least these RDBMS:
ClickHouse
CockroachDB
DuckDB
Firebird
H2
HSQLDB
...
One of the biggest challenges in building an API is authentication. This is one of the most significant attack surfaces an API has. Proper authentication helps avoid security threats and ensures ...
My article “SQL vs NoSQL: The Differences” noted that the line between SQL and NoSQL databases has become increasingly blurred, with each camp adopting features from the other. MySQL 5.7+ InnoDB ...