Skip to content

Commit

Permalink
Merge pull request #2778 from atulraj85/main
Browse files Browse the repository at this point in the history
Update tutorial.md
  • Loading branch information
danieltprice authored Jan 12, 2025
2 parents 393cb87 + 6b104c8 commit 4b296c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/postgresql/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ The PostgreSQL tutorial demonstrates many unique features of PostgreSQL that pos

### [Getting Started with PostgreSQL](./postgresql-getting-started/)

This section helps you get started with PostgreSQL by showing you how to install PostgreSQL on Windows, Linux, and macOS. You also learn how to connect to PostgreSQL using the psql tool as well as how to load a sample database into the PostgreSQL for practicing.## Basic PostgreSQL Tutorial
This section helps you get started with PostgreSQL by showing you how to install PostgreSQL on Windows, Linux, and macOS. You also learn how to connect to PostgreSQL using the psql tool as well as how to load a sample database into the PostgreSQL for practicing.

## Basic PostgreSQL Tutorial

First, you’ll learn how to query data from a single table using basic data techniques, which include selecting data, sorting result sets, and filtering rows.

Expand Down

0 comments on commit 4b296c8

Please sign in to comment.