About 158,000 results
Open links in new tab
  1. Database-schema design for e-commerce website - Stack Overflow

    May 12, 2020 · Database-schema design for e-commerce website Asked 5 years, 6 months ago Modified 2 years, 5 months ago Viewed 38k times

  2. 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 …

  3. Database table design for scheduling tasks - Stack Overflow

    To make your job easier, you could use an existing scheduler for the scheduling part. In Java there are for example Quartz or a library I wrote myself, db-scheduler. db-scheduler is easily …

  4. Best Role-Based Access Control (RBAC) database model

    Oct 10, 2008 · What is the best database schema to track role-based access controls for a web application? I am using Rails, but the RBAC plugin linked by Google looks unmaintained (only …

  5. Database design for tracking and sharing expenses

    Nov 29, 2018 · Fundamental design violations: such as a table/database for each user entity design, 3NF: such as category.budget and ledger.transaction_type referential …

  6. mysql - Database schema design for products depending on the …

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

  7. What is different between ER Diagram and Database Schema?

    A database schema is a description of the actual construction of the database. It is an all-encompassing term that refers to the collective of tables, columns, triggers, relationships, key …

  8. 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 …

  9. Database design for audit logging - Stack Overflow

    Jan 7, 2010 · Database Design For Revisions Best design for a change log auditing database table Ideas on database design for capturing audit trails I have also stumbled upon this …

  10. What are the most important considerations when designing a …

    Feb 24, 2009 · I would like to know from the experienced programmers what they consider to be the most important considerations when designing a new database.