Azure SQL Queries

Learn how to write queries to extract information from your Azure SQL databases.

Getting Started

SQL Query Basics

Write SQL Queries for Azure SQL

This tutorial teaches you the fundamentals of writing SQL queries for Azure SQL. You'll learn about SELECT, WHERE, ORDER BY, and more.

SQL Query Parameters

Using Query Parameters in Azure SQL

Discover how to use query parameters to make your queries more secure and reusable.