Design Databases With PostgreSQL

About this skill path

Data is only as useful as the database it’s stored in. In this Skill Path, you will learn how to store and access relational data in PostgreSQL, an industry standard database management system used by AWS. Learn how to design efficient relational databases while using industry-standard techniques to maintain data integrity.

Syllabus

What Is A Database?
Let's get started by learning what a database is and how to set one up on your own computer.

What Can I Do With A Database?
Learn how to write basic queries to get information out of the databases you're working with.

How Do I Make And Populate My Own Database?
Learn how to properly design a database by learning about database schemas, relationships, and keys.

How Do I Make Sure My Database Stays Intact?
Learn how to add constraints to your database! One of the advantages of databases is ensuring your data is entered in the format you expect.

How Do I Make Sure My Database Stays Fast?
Learn how to optimize your database by using indexes and normalization.

Leave a Reply

Your email address will not be published. Required fields are marked *