sql

cover image

#60: Break Into Google Spanner Architecture (5 Minutes)

cover image

While both WHERE and HAVING are used for filtering rows, condition in WHERE clause is applied before grouping of data and condition on HAVING is applied after grouping

cover image

Window functions are an advanced feature of SQL that provides powerful tools for detailed data analysis and manipulation without grouping data into single output rows, which is common in aggregate functions.

cover image

A complete GPT2 implementation as a single SQL query in PostgreSQL.

cover image

Introduction: Losing or forgetting the MySQL root password can be a stressful situation, but don't...

cover image

Developed by ETH Zürich, the language explores new paradigms for LLM programming.

cover image

Seriously, I don't. I'd prefer SQL.

cover image

Intro Hello guys! Today I try to write about how to start using psql in Terminal app,...

cover image

Recursive queries are a straightforward solution to querying hierarchical trees. However, one loop in the relationship references results in a failing or never ending query when cycle detection is not used.

cover image

Simple hacks to try before moving to a different data model altogether

cover image

Speed up your SQL learning curve.

cover image

Data is naturally at the heart of the job of a data scientist or data analyst. You can get your...

cover image

SQL (Structured Query Language) is a programming language used to manage and manipulate relational...

cover image

Learn SQL commands for filtering, string operations, alias, joining tables, if-else statements, and grouping.

cover image

Finally, start practicing SQL with your own database

cover image

Databases are the houses of our data and data scientists HAVE TO HAVE A KEY! In this article, I discuss some lesser known concepts of SQL that data scientists do not familiarize themselves with.

cover image

Use these simple techniques to make your analysis and data extracts easier

cover image

A Quick Guide to the IF, CASE, and IFNULL Statements

cover image

This 2-page SQL Basics Cheat Sheet will be a great value for beginners as well as for professionals. Download it in PDF or PNG format.

cover image

Implementing search in your Rails app can be vexing. Here's a great pattern to use that combines the best parts of ActiveRecord and Postgres.

This is a chronicle of my experiment where I set out to insert 1B rows in SQLite

cover image

Reviewing more advanced SQL operations to extract additional data insights from the Irish Weather dataset.

cover image

SQL is a programming language used by relational database management systems. It provides numerous functions and methods that operate on the data stored in relational databases. SQL is not just a…

Are you a NoSQL beginner, but want to become a NoSQL Know-It-All? Well, this is the place for you. Get up to speed on NoSQL technologies from a beginner's point of view, with this collection of related progressive posts on the subject. NoSQL? No problem!

cover image

One of the most valuable technical skills I use working on a data science team in the retail space is SQL…

cover image

To explore SQLite along with Python, which is a user-friendly and no-nonsense language, we are going...

cover image

If you’ve been practicing your SQL religiously, like I suggested in Top Skills to Ace Every SQL Interview Question, then you’ve probably…

cover image

The ultimate set of SQLite extensions.

cover image

Here is why SQLite is a perfect tool for you - whether you are a developer, data analyst, or geek.

The last SQL guide for data analysis you'll need! OK, maybe it’s actually the first, but it’ll give you a solid head start.

cover image

Historically speaking, processing large amounts of structured data has been the domain of relational databases. Databases, consisting of tables that can be joined together or aggregated…

cover image

From the power of hierarchical queries to that of procedural constructs in SQL

cover image

521 votes, 27 comments. 411K subscribers in the computerscience community. The hot spot for CS on reddit.

cover image

MongoDB and SQL databases are two polar opposite sides of the backend world. The former deals with chaotic unstructured data, while the…

cover image

This post is about installing SQL, explaining SQL and running SQL.

cover image

The SQL queries I use as a data scientist and software engineer

cover image

I'm re-installing MySQL (5.7.29) for Ubuntu Linux 18.04 LTS. I installed the package using apt & started the service without issue. I was not asked for a root password during the install and am...

cover image

How to combine data spread over two CSV files, like separate tables in a normalized relational database.

cover image

In this new chapter, we are going to show the following examples in a local SQL Server using SQL Server command line (sqlcmd).

cover image

A command-line client for SQL Server with auto-completion and syntax highlighting - dbcli/mssql-cli