Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

What is the good design of database schema for a multiple-choice quiz engine?

database-design

Confusion about 1:1 relationship

sql database-design

Best practices for creating a data model [closed]

SQLAlchemy declarative: table without any primary keys?

Converting a many-to-many relationship to one-to-many in PostgreSQL

Best pattern for modeling sparse attributes

database-design

Does a Postgres UNIQUE constraint imply an index?

Understanding keys in databases

mysql database-design

Accounting Database - storing a transaction

Should grandparent foreign keys be stored in grandchild table?

mongo db design of following and feeds, where should I embed?

database schema for products attributes

mysql database-design

"ERROR: extra data after last expected column" when using PostgreSQL COPY

Changes of product price in database design

CouchDB modeling for multi-user

database-design couchdb

DB design to use sub-type or not?

Storing "derived" values vs calculating them on extraction

database database-design

which query is better and efficient - mysql

Best way to store tags in a database?

Large scale internet application, where to start?