DEV Community

select * from SQL

Posts on tips and tricks, using and learning about SQL for database development and analysis.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Beware The Missing Foreign Key Index: A Postgres Performance Gotcha

Beware The Missing Foreign Key Index: A Postgres Performance Gotcha

92
Comments 6
12 min read
Quick post about the SQLite UPSERT and the new RETURNING clause.

Quick post about the SQLite UPSERT and the new RETURNING clause.

4
Comments
2 min read
SQL vs NoSQL - Which is better for you?

SQL vs NoSQL - Which is better for you?

5
Comments 3
5 min read
SQLAlchemy Core in Python: Getting Started

SQLAlchemy Core in Python: Getting Started

7
Comments
2 min read
Bases de datos: Vistas

Bases de datos: Vistas

5
Comments 1
2 min read
Ծրագրային անվտանգություն՝ SQL Injection (մաս 2)

Ծրագրային անվտանգություն՝ SQL Injection (մաս 2)

5
Comments
2 min read
Funções - PostgreSQL

Funções - PostgreSQL

5
Comments
5 min read
PostgreSQL: como permitir acesso de leitura a apenas algumas colunas de uma tabela?

PostgreSQL: como permitir acesso de leitura a apenas algumas colunas de uma tabela?

7
Comments
2 min read
Sanitizing SQL in Rails/ActiveRecord

Sanitizing SQL in Rails/ActiveRecord

7
Comments
3 min read
PlanetScale CLI Basics

PlanetScale CLI Basics

15
Comments
5 min read
Inner and Outer Joins in SQL

Inner and Outer Joins in SQL

10
Comments 2
3 min read
Visualizing Covid-19 PostgreSQL Data With Arctype

Visualizing Covid-19 PostgreSQL Data With Arctype

2
Comments
7 min read
Ծրագրային անվտանգություն՝ SQL Injection (մաս 1)

Ծրագրային անվտանգություն՝ SQL Injection (մաս 1)

3
Comments
1 min read
Opensource Introduction to SQL eBook 💡

Opensource Introduction to SQL eBook 💡

27
Comments
3 min read
Rule-based Query Optimization

Rule-based Query Optimization

4
Comments
7 min read
Database Modeling With Ecto Part 2 - has many and belongs to Relationships

Database Modeling With Ecto Part 2 - has many and belongs to Relationships

8
Comments 1
7 min read
Automate Backup database SQL Server in docker container.

Automate Backup database SQL Server in docker container.

8
Comments 1
2 min read
Arel Notes

Arel Notes

27
Comments
4 min read
Do Product Led Growth Companies Have Higher Revenue Retention?

Do Product Led Growth Companies Have Higher Revenue Retention?

6
Comments
7 min read
Sql Joins Cheat Sheet

Sql Joins Cheat Sheet

6
Comments 1
1 min read
Querying Your In-Memory-Data-Grid: Why and How?

Querying Your In-Memory-Data-Grid: Why and How?

5
Comments
8 min read
PostgreSQL: How to update large tables

PostgreSQL: How to update large tables

5
Comments
4 min read
Be careful using ROLLBACK on nested transaction in SQL Server!

Be careful using ROLLBACK on nested transaction in SQL Server!

6
Comments
3 min read
What is SQL mainly used for?

What is SQL mainly used for?

2
Comments
3 min read
Loading Test Data into PostgreSQL

Loading Test Data into PostgreSQL

5
Comments 1
9 min read
SQL Joins

SQL Joins

23
Comments 1
3 min read
Ordering fuzzy search results by relevancy using trigrams

Ordering fuzzy search results by relevancy using trigrams

5
Comments
5 min read
Best Practices to Become a Data Engineer

Best Practices to Become a Data Engineer

9
Comments
11 min read
How to make the most out of #100DaysOfCode

How to make the most out of #100DaysOfCode

7
Comments
3 min read
SqlAlchemy: simplify complex joins

SqlAlchemy: simplify complex joins

5
Comments
3 min read
Understanding 'Cursor' in SQL

Understanding 'Cursor' in SQL

4
Comments 1
1 min read
SQL Migrations with Cobra & Golang Migrate

SQL Migrations with Cobra & Golang Migrate

18
Comments
4 min read
Relational vs Non-Relational Database | Simple Explanation 🚀

Relational vs Non-Relational Database | Simple Explanation 🚀

3
Comments 1
4 min read
4 Free AWS courses on PostgreSQL

4 Free AWS courses on PostgreSQL

4
Comments 1
1 min read
How Database Load Balancing Completes the 3-Tiered Architecture

How Database Load Balancing Completes the 3-Tiered Architecture

6
Comments
5 min read
Should SQL Query through REST API be a GET or a POST?

Should SQL Query through REST API be a GET or a POST?

6
Comments 8
1 min read
Sequelize's "Super Many-to-Many" Associations

Sequelize's "Super Many-to-Many" Associations

7
Comments
4 min read
Daily Share Price Notifications using Python, SQL and Africas Talking - Part One

Daily Share Price Notifications using Python, SQL and Africas Talking - Part One

24
Comments 6
12 min read
I want to manually delete rows, so tell me about all referenced tables

I want to manually delete rows, so tell me about all referenced tables

6
Comments
1 min read
PIVOT-UNPIVOT

PIVOT-UNPIVOT

7
Comments
1 min read
Postgres Full Text Search

Postgres Full Text Search

3
Comments
5 min read
Flask app with postgreSQL

Flask app with postgreSQL

6
Comments
1 min read
Creating PostgreSQL Test Data with SQL, PL/pgSQL, and Python

Creating PostgreSQL Test Data with SQL, PL/pgSQL, and Python

11
Comments 1
15 min read
Oracle Cheat Sheet

Oracle Cheat Sheet

30
Comments 2
5 min read
What is Stored Procedure in SQL

What is Stored Procedure in SQL

6
Comments
1 min read
How Database Load Balancing Completes the 3-Tiered Architecture

How Database Load Balancing Completes the 3-Tiered Architecture

5
Comments
5 min read
Custom traits in Apache Calcite

Custom traits in Apache Calcite

4
Comments
7 min read
Combining SQL outer joins with inner joins

Combining SQL outer joins with inner joins

5
Comments
2 min read
Getting started with PostgreSQL Set Operators

Getting started with PostgreSQL Set Operators

7
Comments
4 min read
Quick-start SQL Server 2019 in Docker

Quick-start SQL Server 2019 in Docker

4
Comments
1 min read
Popular string functions in MySQL - Replace and Reverse

Popular string functions in MySQL - Replace and Reverse

4
Comments
1 min read
Using SQL or NoSQL

Using SQL or NoSQL

7
Comments 3
1 min read
Avoid SQL Server scalar-valued functions in WHERE statements at all cost!

Avoid SQL Server scalar-valued functions in WHERE statements at all cost!

4
Comments
4 min read
Popular string functions in MySQL - CONCAT and SUBSTRING

Popular string functions in MySQL - CONCAT and SUBSTRING

3
Comments
2 min read
Programming with SQLite

Programming with SQLite

5
Comments
2 min read
Can I get a dash of regular expression in my KQL?

Can I get a dash of regular expression in my KQL?

7
Comments
1 min read
TypeORM - Multiple DB Calls vs Single DB Call

TypeORM - Multiple DB Calls vs Single DB Call

12
Comments
6 min read
3 small tips to make your SQL Server experience easier

3 small tips to make your SQL Server experience easier

8
Comments
5 min read
How To Find Unused Stored Procedures In SQL Server

How To Find Unused Stored Procedures In SQL Server

6
Comments
3 min read
SQL Review - Useful queries for mySQL

SQL Review - Useful queries for mySQL

9
Comments
1 min read
loading...