In this post, I will list 4 AWS courses on Postgresql which are completely free. These are short duration courses and will help to get started with
- Relational Databases in general.
- Familiarity with Postgresql concepts.
1. PostgreSQL Fundamentals
Link: https://www.aws.training/Details/eLearning?id=32439
This course offers a Foundational introduction to PostgreSQL, which is an open-source relational database management system.
You will get an introduction to databases, and learn PostgreSQL fundamentals.
2. PostgreSQL Fundamentals: Architecture
Link: https://www.aws.training/Details/eLearning?id=42102
In this course, you will learn how to:
- Understand the architecture of a PostgreSQL database
- Read, write, and edit data in a PostgreSQL database
- Store data in a PostgreSQL database
3. PostgreSQL Fundamentals: SQL Command Line
Link: https://www.aws.training/Details/eLearning?id=43293
In this course, you will learn how to Use
- PSQL - The native, command-line client to PostgreSQL
4. PostgreSQL Fundamentals: Explain
Link: https://www.aws.training/Details/eLearning?id=43291
In this course, you will learn how to:
- Use Explain in PostgreSQL Queries to understand the execution and detailed query plan of database queries.
Thank you for reading
Hope you find these resources useful. If you like what you read and want to see more about system design, microservices and other technology-related stuff... You can follow me on
- Twitter here.
- Subscribe to my Newsletter here.
Top comments (1)
Very helpful! Thank you.