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 attributes, then these could be separate columns in a single product table …

  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 intuitive.

  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 below 0.5kg. The price is 20$, fixed. [price stored in the prices table: 20.00] e.g. For an item of 300g, the price will be 20$.

  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 info: The company has Packages, for example Package "Combo": for product A or B, if you choose 1 of Q or R and 1 of X, Y or Z you get a $20 discount.

  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 subcategories.

  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: 100$). But it doesn't have the color variant. The products will not be inserted by us but by some sellers. The colors and sizes will be all choices in a dropdown-menu.

  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. On one hand, it's now working with each price on new row and having an extra field start_date, and is the way I've found over stack.

Refresh