Category
Technologies
SQL Tutorials
Keep up to date with the latest techniques and resources for SQL Server. Our tutorials are full of free SQL Server training tips to help you learn, build, & grow.
Other technologies:
Training 2 or more people?Try DataCamp for Business
How to Use SQL MINUS
The SQL MINUS operator subtracts one result set from another. It is simple to use: Just place MINUS between two queries to exclude common records from the first set.
Oluseye Jeremiah
June 28, 2024
Mastering SQL Date Comparisons: How to Query for Dates Greater Than a Specific Date
Learn how to query and filter a date greater than a specific date in SQL. Compare how the date greater than logic differs in MySQL, PostgreSQL, and SQL Server.
Allan Ouko
June 28, 2024
Integrity Constraints in SQL: A Guide With Examples
Integrity constraints in SQL are rules enforced on database tables to maintain data accuracy, consistency, and validity, such as ensuring unique primary keys and valid foreign key relationships.
François Aubry
June 19, 2024
ROW_NUMBER SQL Function: How to Display Row Numbers
The ROW_NUMBER() SQL function assigns sequential integers to rows within a result set, optionally partitioning the data and ordering the rows within each partition.
Kevin Babitz
June 12, 2024
How to Create Comments in SQL
Review three methods to add comments in SQL: single-line comments, multiline comments, and inline comments using the following syntax: --, /*, and */.
Laiba Siddiqui
May 31, 2024
A Comprehensive NoSQL Tutorial Using MongoDB
Learn about NoSQL databases - why NoSQL, how they differ from relational databases, the different types, and design your own NoSQL database using MongoDB.
Arunn Thevapalan
May 30, 2024
SQL DDL Commands: The Definitive Guide
Learn about SQL DDL commands and how they help define and manage the structure of database objects.
Deandra Cutajar
May 28, 2024
Normalization in SQL (1NF - 5NF): A Beginner’s Guide
Database normalization is an important process used to organize and structure relational databases. This process ensures that data is stored in a way that minimizes redundancy, simplifies querying, and improves data integrity.
Samuel Shaibu
May 28, 2024
Set Operators in SQL: A Comprehensive Guide
Set operations in SQL are techniques for combining or comparing the results of two or more SELECT statements.
Kurtis Pykes
May 23, 2024
SQL DML Commands: Mastering Data Manipulation in SQL
Learn more about Data Manipulation Language (DML), how it compares to DQL and DDL, and master DML commands including SELECT, INSERT, DELETE, and UPDATE.
Dustin Luchmee
May 17, 2024
PostgresML Tutorial: Doing Machine Learning With SQL
An introductory article on how to perform machine learning using SQL statements in PostgresML.
Bex Tuychiev
March 27, 2024
SQL CONTAINS: A Comprehensive Tutorial
Unlock the power of SQL CONTAINS for advanced text searches. Dive into logical operators, proximity searches, and wildcard uses for precise data analysis.
Abid Ali Awan
February 9, 2024