Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Datatype for phone numbers in postgresql

Good database table design for storing localized versions of data [closed]

Should every field in an Oracle database have a check constraint if possible?

Getting rid of hard coded values when dealing with lookup tables and related business logic

web application user table primary key: surrogate key vs username vs email vs customer Id

What probably should be facebook DB design

Should draft records be kept in a separate table?

Common one-to-many table for multiple entities

Is there a limitation on the number of tables a PostgreSQL database can have?

Association between two entries in SQL table

Which is better database design?

php mysql sql database-design

Handling multiple fact tables in Qlikview

simple table design question

add schema to path in postgresql

Database design - google app engine

database - flattened out vs. normalized

database database-design

Is it bad practice to implement a separate table consisting of only two rows Female and Male?

c# asp.net database-design

Consolidating tables with one-to-one relationships

Storing a SQL string array, and subsequent querying

Is it ever a good idea to have a record in a reference table in your database that represent "all other records"?