Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How to retrieve grandchild objects from a parent using linq

.net linq database-design

Best approach to Architect the integration of two separate databases?

Difference between storing integer or string in database table

database database-design

How can I assign a number to each row in a table representing the record number?

MySQL primary key column type for large tables

A Beginner Question on database design

mysql database-design

Is this a "correct" database design?

How to merge user data after login?

Rails: dynamic columns/attributes on models?

jsonb and primary/foreign keys: which performs better in PostgreSQL?

Two foreign keys, one of them not NULL: How to solve this in SQL?

Best to have hundreds of columns or split into multiple tables?

database-design

Default size for database fields

Drowning in a Sea of Nulls

Are unique constraints on the DB necessary?

Should one create a new table for each user on a web app?

database-design schema

In SQL Server 2008 R2 - can you rename a table in the Database Diagram tool?

When to store precalculated values vs calculating them when retrieving them?

LDAP Modeling Best Practices

Normalize or Denormalize in high traffic websites