About 991,000 results
Open links in new tab
  1. sql - Best database design for product with different price for …

    May 10, 2018 · Many-many link ProductAttribute (productkey, attributekey, price) A SUM on ProductAttribute per Product would give the price. If you have a fixed and finite set of …

  2. Designing A Price History Database Model

    Oct 10, 2023 · Designing a price history database for e-commerce or finance can feel like deciphering a complex algorithm. But with the right insights, what seems intricate becomes …

  3. How to model a database for prices that vary depending on their ...

    Aug 11, 2018 · I will give you an example: Consider the following categories: Document, Heavy Document, Laptop, Carton, Heavy Carton. Document: It's for the lighter documents, which are …

  4. SQL Server Sample Database

    This tutorial provides you with a SQL Server Sample Database called BikeStores, which allows you to start practicing with SQL Server quickly and effectively.

  5. Database Schema for Pricing Products (packages, promotions, …

    I'm working on a new point of sale for a company that products for different prices depending on the product mix. All products have a base price. To explain my problem, I will use the following …

  6. Database Design for price-history : r/learnSQL - Reddit

    Oct 25, 2020 · I want to build a database that stores the product-price history of an online shop. There are e.g. 20.000 products. I am thinking of creating 1 Table of all Products with all …

  7. Database schema design for products depending on the variants and prices

    Dec 24, 2021 · I have a product Where it has different sizes and the price change depends on the sizes for example product table (Size: S) and the (Price: 50$) but the (Size: L) has the (Price: …

  8. Efficient database design for multiple price based on quantity …

    Jan 15, 2018 · I have a data sample for products with different prices depending on quantity and attributes. The price might be updated occasionally (not too frequently).

  9. SQL Database Design Basics With Examples - Devart Blog

    Jan 26, 2024 · The first article of the series explains the basic concepts of database design and shows how to create a database schema providing a vivid example.

    Missing:

    • Price

    Must include:

  10. database design - Designing SQL table for prices changing in …

    I'm developing a database with a price list table for my workplace. I came with two major options, and would like to have your opinion :) It's rather simple, containing: Id, description and price. …

Refresh