Skip to content

Commit 3955a33

Browse files
committed
addressed more suggestions
1 parent f9a7b3b commit 3955a33

File tree

10 files changed

+16
-15
lines changed

10 files changed

+16
-15
lines changed

learn-pr/wwl-azure/basic-sql-simple-select/3-querying-columns-distinct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-simple-select.querying-columns-and-distinct
2+
uid: learn.wwl-azure.basic-sql-simple-select.querying-columns-distinct
33
title: Simple SELECT
44
metadata:
55
title: Simple SELECT

learn-pr/wwl-azure/basic-sql-simple-select/4-concatenation-calculated-columns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-simple-select.concatenation-and-calculated-columns
2+
uid: learn.wwl-azure.basic-sql-simple-select.concatenation-calculated-columns
33
title: Concatenation and calculated columns
44
metadata:
55
title: Concatenation and Calculated Columns

learn-pr/wwl-azure/basic-sql-where-clause-subqueries/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-where-clause-and-subqueries.introduction
2+
uid: learn.wwl-azure.basic-sql-where-clause-subqueries.introduction
33
title: Introduction
44
metadata:
55
title: Introduction
66
description: "This unit introduces the WHERE clause in PostgreSQL, teaching how to filter query results using conditions, logical operators, pattern matching, ranges, and subqueries."
7-
ms.date: 05/19/2025
7+
ms.date: 05/14/2025
88
author: milenak
99
ms.author: mpopovic
1010
ms.topic: unit

learn-pr/wwl-azure/basic-sql-where-clause-subqueries/2-sample-database-overview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-where-clause-and-subqueries.sample-database-overview
2+
uid: learn.wwl-azure.basic-sql-where-clause-subqueries.sample-database-overview
33
title: Sample Database Overview
44
metadata:
55
title: Sample Database Overview
66
description: "This unit introduces the structure and purpose of the sales sample database used throughout the module. It describes the key tables, their relationships via foreign keys, and how the database supports tracking orders, inventory, and customer activity. A schema diagram and SQL script are provided to help learners explore and understand the data model."
7-
ms.date: 05/19/2025
7+
ms.date: 05/14/2025
88
author: milenak
99
ms.author: mpopovic
1010
ms.topic: unit

learn-pr/wwl-azure/basic-sql-where-clause-subqueries/3-where-clause.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-where-clause-and-subqueries.where-clause
3-
title: WHERE clause
2+
uid: learn.wwl-azure.basic-sql-where-clause-subqueries.where-clause
3+
title: WHERE Clause
44
metadata:
5-
title: WHERE clause
5+
title: WHERE Clause
66
description: "This unit teaches how to use the WHERE clause in PostgreSQL to filter data using conditions, logical operators, pattern matching, ranges, and null checks"
7-
ms.date: 05/19/2025
7+
ms.date: 05/14/2025
88
author: milenak
99
ms.author: mpopovic
1010
ms.topic: unit

learn-pr/wwl-azure/basic-sql-where-clause-subqueries/4-subqueries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-where-clause-and-subqueries.subqueries
2+
uid: learn.wwl-azure.basic-sql-where-clause-subqueries.subqueries
33
title: Subqueries
44
metadata:
55
title: Subqueries
66
description: "This unit teaches how to use subqueries in PostgreSQL to filter, calculate, and manipulate data within SELECT, UPDATE, and WHERE clauses using nested queries."
7-
ms.date: 05/19/2025
7+
ms.date: 05/14/2025
88
author: milenak
99
ms.author: mpopovic
1010
ms.topic: unit

learn-pr/wwl-azure/basic-sql-where-clause-subqueries/5-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl-azure.basic-sql-where-clause-and-subqueries.summary
2+
uid: learn.wwl-azure.basic-sql-where-clause-subqueries.summary
33
title: Summary
44
metadata:
55
title: Summary
66
description: "This unit summarizes how to filter and retrieve data in PostgreSQL using the WHERE clause, logical operators, functions like EXTRACT, and subqueries for advanced query control."
7-
ms.date: 05/19/2025
7+
ms.date: 05/14/2025
88
author: milenak
99
ms.author: mpopovic
1010
ms.topic: unit

learn-pr/wwl-azure/basic-sql-where-clause-subqueries/index.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
uid: learn.wwl-azure.basic-sql-where-clause-subqueries
33
metadata:
44
title: "Filtering data: The WHERE clause and subqueries"
5-
description: "Learn how to filter data in PostgreSQL using the WHERE clause, logical operators, pattern matching, and subqueries for advanced query control." ms.date: 4/24/2025
5+
description: "Learn how to filter data in PostgreSQL using the WHERE clause, logical operators, pattern matching, and subqueries for advanced query control."
6+
ms.date: 05/14/2025
67
author: mpopovic
78
ms.author: mpopovic
89
ms.topic: module-standard-task-based

0 commit comments

Comments
 (0)