Skip to content
#

3nf

Here are 37 public repositories matching this topic...

A case study about designing simple database system for a bookstore. This repository contains ERD design and SQL codes for design of bookstore database system. The main purpose of this system is to build database system for bookstore.

  • Updated Jan 2, 2022

This was a semester-long project in which we were given a description of a database that a client needed. We then went through the process of creating a conceptual EER model, then refined it into a relational model, then converted the relations into 3NF, and then actually created the sql statements with triggers. We also created queries and views.

  • Updated Jan 13, 2026

A complete, production-ready database schema for an AirBnB. Features a fully normalized (3NF) PostgreSQL design with UUID primary keys, comprehensive constraints, sample data, and detailed documentation. Includes tables for users, properties, bookings, payments, reviews, and etc. with proper foreign key relationships and business rule enforcement.

  • Updated Sep 3, 2025
  • PLpgSQL

Improve this page

Add a description, image, and links to the 3nf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 3nf topic, visit your repo's landing page and select "manage topics."

Learn more