Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Clustered and covering index ignored on delete statement. Table scan occurs

How do I check constraints between two tables when inserting into a third table that references the other two tables?

MySQL CONSTRAINT on two UNIQUE KEYs, that use the same FOREIGN KEY IDs

Database schema that manages weekly timesheets

Exploring databased typing scheme at run time

Are there performance advantages by splitting a Django model/table into two models/tables?

To "look-up table" or not?

ERD - Crow's Foot Notation

PHP/MySQL: Handling Questionnaire Input

php mysql database-design

C#: How would you store arbitrary objects in an SQL Server?

MySQL Create table with indexes error

How to optimize this complicated EAV MYSQL query?

Normalize or Denormalize: Store Contact Details (Phone Numbers) in separate Table? Search Performance?

What is the best approach for decoupled database design in terms of data sharing?

Views VS Materialized Views

Checkbox data in column?

Which MySQL data-type to store Tweets from Twitter [closed]