Sample Product Catalog

Sample Product Catalog Database

Welcome to the Sample Product Catalog Database! This database is designed for testing and working with product catalog scenarios in PostgreSQL. Below you'll find a detailed description of the database structure, its purpose, and how to report issues.

Overview

The Sample Product Catalog Database provides a structured way to manage a variety of products, including details such as product names, categories, prices, and stock levels. This is an excellent resource for developers looking to practice SQL queries or build applications that require product catalog functionalities.

Database Structure

  • products: Contains product details
  • categories: Lists product categories
  • suppliers: Contains supplier information

Sample Data

Here’s a glimpse of what the tables might contain:

Products

idnamecategory_idpricestock
1Widget A119.99100
2Widget B124.9950
3Gadget X215.50200

Categories

idname
1Widgets
2Gadgets

Suppliers

idnamecontact_info
1Supplier AsupplierA@example.com
2Supplier BsupplierB@example.com

Usage

To get started, navigate to the Data Explorer



Queries

Jason Zucchettojasonz
Latest products added to the catalog

Issues

  1. Fix prices in the database

    • Data:fix

    #3 opened by jasonz

  2. Fix $25 million t-shirt in the database

    • Data:fix

    #1 opened by jasonz

Change Requests

  1. Update percent

    #6 opened by jasonz open

  2. Add new polo t-shirts to database

    • Data:fix
    • Data:addition

    #5 opened by jasonz open

  3. Update sale price

    • Data:fix

    #4 opened by jasonz open

  4. Updated sale price

    • Data:fix

    #2 opened by jasonz open