New posts in database-design

How do you determine how far to normalize a database?

Should I use a single or multiple database setup for a multi-client application? [closed]

How should international geographical addresses be stored in a relational database?

Underscores or camelCase in PostgreSQL identifiers, when the programming language uses camelCase?

Name database design notation you prefer and why?

Reason why oracle is case sensitive?

What databases do the World Wide Web's biggest sites run on? [closed]

What are the principles behind, and benefits of, the "party model"?

In what way does denormalization improve database performance?

Naming of boolean column in database table

MySQL ENUM type vs join tables

Best practices to store CreditCard information into DataBase

Ideas on database design for capturing audit trails [closed]

Foreign key reference to table in another schema

What are the advantages of using a single database for EACH client?

Composite Primary Keys : Good or Bad?

Why & When should I use SPARSE COLUMN? (SQL SERVER 2008)

MySQL triggers cannot update rows in same table the trigger is assigned to. Suggested workaround?

How many columns is too many columns? [closed]

Best method to store Enum in Database