SQL

latest

A Python logo on the left and a database represented by a cylinder shape with lines at intervals on the right.
How to Create a Registration App With Python and a Database

Build this app to learn about creating a database table and populating it with data.

A woman stands next to a server rack holding a laptop.
VB.NET SQL Examples for Querying Databases Efficiently

Discover how to issue the most common SQL commands using VB.NET.

SQL written on syringe like shape
How to Count SQL NULL and NOT NULL Values in a Column

Handling NULL values is essential during data analysis. Learn how to count empty and non-empty values within a column.

A database and processing icon with MongoDB logo
How to Use the Aggregation Pipeline in MongoDB

If MapReduce has been your go-to, now could be the time to transition to MongoDB's Aggregation Pipeline for tackling complex operations.

SQL written on syringe like shape
6 Best Online SQL Playgrounds to Test Your Queries

Write, test, and debug SQL queries right in your browser with the help of these interactive online playgrounds.

Database drives
5 SQL Constraints to Guarantee Good Database Structure

Your data is only good if you can trust it. Use database constraints to ensure it's accurate, reliable, and doesn't break your data model.

A block of storage hard disks
11 MongoDB Queries and Operations You Must Know

Get a hang of MongoDB queries and operations with the help of this handy guide.

black server racks in a room
How to Install and Configure PostgreSQL in Django

PostgreSQL is one of the best choices for a secure storage environment. Learn how to integrate it with Django.

A woman stands next to a server rack holding a laptop.
SQL String Functions: 10 of the Most Useful

Learn how you can manipulate text strings on the database server rather than in your core app.

Man Working on Computers Coding
How to Deal With Duplicate Values in SQL

Dealing with duplicate values in SQL can be a cumbersome task. But fear not, this guide is here to ease your burden.

man holding tablet with graphs with writing pad on the table
7 Websites to Learn Data Analytics for Free

You don't have to spend money to learn data analytics. Begin your learning journey with these websites that are available for free.

A diagram showing a database schema with arrows connecting related tables.
Hone Your SQL Skills With These 6 Games

Want an entertaining way of learning the popular database language? These sites will help you learn as you play.

Microsoft SQL Server logo
Optimizing SQL Queries: An Example Using MSSQL

Boost SQL query performance with MSSQL. Learn how to optimize your queries for efficiency and speed in this informative guide.

The Rust logo alongside an illustration of a stack of crates bearing the same logo
An Overview of Popular Rust ORMs

Discover and explore the most popular Rust ORMs in this comprehensive overview.

The Rust logo alongside an illustration of a stack of crates bearing the same logo
Working With SQL Databases in Rust

Here’s a guide to help you get started with using SQL databases in Rust.

A computer Screen Showing SQL Commands
How to Import Data From SQL Server to Excel Using Power Query Easily

Save time and effort by automatically importing data to Excel using Power Query.

A man sitting at a desk typing on a laptop with code on the screen.
What Are Little Languages and Why Are They the Future of Programming?

Most programming levels are extremely powerful for general purposes, but a small set of languages target more niche pursuits.

man looking at white board that says database
Build a MySQL Database Using PHP
PHP

Get a grip on the basics of MySQL management using PHP.

elephant in forest
How to Use PostgreSQL With Sequelize in Node.js

Writing raw SQL queries can be overwhelming. Make use of Sequelize's simple and intuitive API to interact with a PostgreSQL database in Node.js.

Close up of servers
How SQL Server Temp Tables Work

Temp tables are a clever workaround you can use to simplify complex queries and operations.

See More