Skip to content

Commit 6e03da2

Browse files
committed
fixed index files
1 parent e359f17 commit 6e03da2

File tree

3 files changed

+3
-3
lines changed
  • learn-pr/azure-databases/postgresql

3 files changed

+3
-3
lines changed

learn-pr/azure-databases/postgresql/basic-sql-aggregate-functions-grouping/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:Module
2-
uid: learn.azure-database.postgresql.basic-sql-aggregate-functions-grouping
2+
uid: learn.azure-databases.postgresql.basic-sql-aggregate-functions-grouping
33
metadata:
44
title: "Summarizing data: Aggregate functions and grouping"
55
description: "Analyze data in PostgreSQL with aggregate functions and grouping. Learn COUNT, SUM, AVG, and filter results using GROUP BY and HAVING."

learn-pr/azure-databases/postgresql/basic-sql-join-tables/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:Module
2-
uid: learn.azure-database.postgresql.basic-sql-join-tables
2+
uid: learn.azure-databases.postgresql.basic-sql-join-tables
33
metadata:
44
title: "Combining data from multiple tables: SQL Joins Explained"
55
description: "Combine data across multiple PostgreSQL tables using SQL JOINs. Learn INNER, LEFT, RIGHT, FULL OUTER, and NATURAL joins with real examples."

learn-pr/azure-databases/postgresql/basic-sql-limit-offset-order-by/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:Module
2-
uid: learn.azure-database.postgresql.basic-sql-limit-offset-order-by
2+
uid: learn.azure-databases.postgresql.basic-sql-limit-offset-order-by
33
metadata:
44
title: "Organizing data: Using LIMIT, OFFSET, and ORDER BY clauses"
55
description: "Learn to control the size and order of query results in PostgreSQL with the LIMIT, OFFSET, and ORDER BY clauses. Master pagination, sorting, and optimizing performance with these essential SQL tools."

0 commit comments

Comments
 (0)