MFS401 : Table of Contents

Chapter 3

Lesson 1

Planning the Walls: Data Architecture in PostgreSQL

Foundational

Building blocks of relational databases

Data manipulation using SQL

Advanced

Non-redundant databases using normalization (1NF, 2NF, 3NF)

Performant data queries using database indexing

Quiz it to win it

Take the quiz

5 Questions
12 XP

Supabase is a Database-first product. It comes with one of the most potent SQL servers — PostgreSQL (nicknamed Postgres). Postgres is at the core of all the Supabase features. In this chapter, we discuss how Supabase leverages Postgres and has built functionalities on top of it.

Before we discuss how databases work in Supabase, we provide an overview of the key features of Postgres and relational databases in this lesson. This lesson serves as a gentle introduction to newcomers to Postgres and a quick overview for anyone familiar with Postgres.

Relational Databases


A relational database, such as Postgres, is a popular type of database that uses a structure to recognize relations between stored items of information. It is built on a model where data is organized into one or more tables, each table consisting of well-defined columns (representing attributes of data) and rows of data.

Tables and Relations


A table represents an entity (e.g., a user, a product, etc.), and each row in the table represents a single instance of that entity (e.g., a specific user). Each column in a table represents an attribute (or property) of that entity (e.g., the user's name, email).

Get started for free today!

No commitments. No contracts. Enjoy all features for a day — join in just three clicks!

No credit card required.

Quiz it to win it

Complete this quiz successfully to proceed to the next lesson and win upto 12XP.

Start quiz for this lesson

Completing this quiz will get you

+12 Experience Points

+5% course progress