About 52 results
Open links in new tab
  1. mysql - Database schema design for products depending on the …

    Dec 24, 2021 · Database schema design for products depending on the variants and prices Asked 4 years, 1 month ago Modified 4 years, 1 month ago Viewed 11k times

  2. Database schema design for a double entry accounting system?

    Does anybody know or have any links to websites describing details of how to design a database schema for a double entry accounting system ??. I did find a bunch of articles but non were …

  3. Relational Database schema design for metric storage

    Relational Database schema design for metric storage Asked 6 years, 11 months ago Modified 4 years, 8 months ago Viewed 11k times

  4. How to design a user/role schema in a SQL Server database?

    I want to design a user/role system: The users have a name and a password and then the user can have several roles like Admin. For this I created a schema like this: Users: CREATE …

  5. Database schema for an online shop - Stack Overflow

    Feb 24, 2016 · 11 So I'm fiddling with how you could design the basic db schema for a webshop. Sure, there's a lot of missing details here and there, but I just want to get the most basic stuff …

  6. thread messaging system database schema design - Stack Overflow

    Dec 1, 2015 · thread messaging system database schema design Asked 14 years, 7 months ago Modified 10 years, 2 months ago Viewed 39k times

  7. Database schema of messaging application - Stack Overflow

    Sep 27, 2011 · timestamp subject body attachment MessageReference mr_id message_id to from edit: Also found these: Messaging system database schema thread messaging system …

  8. Difference between database and schema - Stack Overflow

    Mar 16, 2011 · A database is the main container, it contains the data and log files, and all the schemas within it. You always back up a database, it is a discrete unit on its own. Schemas …

  9. Schema for a multilanguage database - Stack Overflow

    Nov 25, 2008 · Doesn't require altering the database schema for new languages (and thus limiting code changes) Doesn't require a lot of space for unimplemented languages or translations of a …

  10. Database schema for organizing historical stock data

    Jul 8, 2010 · I'm creating a database schema for storing historical stock data. I currently have a schema as show below. My requirements are to store "bar data" (date, open, high, low, close …