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:
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
SQL NOT IN Operator: A Comprehensive Guide for Beginners
Master SQL's NOT IN operator with this beginner's guide. Learn to filter data effectively, avoid common pitfalls, and explore efficient alternatives
Abid Ali Awan
February 9, 2024
An Introduction to LMQL: The Bridge Between SQL and Large Language Models
Discover everything you need to know about LMQL, short for Language Models Query Language, an innovative programming language for LLMs.
Kurtis Pykes
February 8, 2024
SQL NOT EQUAL Operator: A Beginner's Guide
Unlock the power of SQL NOT EQUAL with our expert guide. Learn to refine data queries with practical examples and optimization tips for better analysis.
Abid Ali Awan
February 8, 2024
Mastering SQL ROUND: Precision Handling in Data Analysis
Learn how to use the SQL ROUND function in this tutorial. It covers the implementation of the ROUND function in Oracle, MySQL, PostgreSQL, and SQL Server.
Laiba Siddiqui
February 8, 2024
How to Set Up and Configure MySQL in Docker
Learn how to set up and configure MySQL database inside Docker containers. The tutorial includes concepts such as connecting to MySQL servers, running MySQL clients to connect to containers, and so on.
Bex Tuychiev
December 12, 2023
SELECTing Multiple Columns in SQL
Learn how to easily select multiple columns from a database table in SQL, or select all columns from a table in one simple query.
DataCamp Team
December 12, 2023