🔗 PRQL - Pipelined Relational Query Language

PRQL Pipelined Relational Query Language, pronounced “Prequel” PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement For example, “Top N by group”: from employees group role ( sort join_date take 1 ) WITH table_0 AS ( SELECT *, ROW_NUMBER() OVER ( PARTITION BY role ORDER BY join_date ) AS _expr_0 FROM employees ) SELECT * FROM table_0 WHERE _expr_0 <= 1

October 26, 2023 · 1 min · 67 words

🏞 SQL Iceberg Meme Explanation

“SQL Iceberg Meme” (Avestura’s Blog) Explaining The Postgres Meme One of the best ways to learn something is to explain it, and this blog post aims to do exactly that. Let’s review and explain every part of this meme, while unraveling its meaning and secrets.

September 6, 2023 · 1 min · 45 words

🔗 Navicat – Premium Overview – A cross-database admin and data migration GUI admin tools. It supports MySQL, SQL Server, SQLite, SQL Azure, Oracle & PostgreSQL for Windows, Mac OS X & Linux – Download Now!

Navicat – Premium Overview – A cross-database admin and data migration GUI admin tools. It supports MySQL, SQL Server, SQLite, SQL Azure, Oracle & PostgreSQL for Windows, Mac OS X & Linux – Download Now! Navicat Premium is a multi-connections Database Administration tool allowing you to connect to MySQL, SQL Server, SQLite, Oracle and PostgreSQL databases simultaneously within a single application, making database administration to multiple kinds of database so easy....

May 4, 2011 · 1 min · 71 words