Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Store images in database or on file system [duplicate]

Difference between two table structure

How to save credit card data in a database?

Music library MySQL database

Table in DB for generating primary keys?

How to design a sports statistics database for multiple sports? [closed]

database-design

How to store data like Freebase does?

Multiple yet mutually exclusive foreign keys - is this the way to go?

Is it a good idea to design database with inheritance?

SQL table design: Should I store addresses with orders or in separate table?

sql database-design

Multi column primary keys?

database-design

Are usernames a valid candidate for a primary key?

JPA EclipseLink DatabaseException: 'table foo.SEQUENCE doesn't exist'

Normalize table to 3rd normal form

How to store .txt files MySQL database?

SQL Server 2008 : Cannot Insert new column in the middle position and change data type

How to represent end-of-time in a database?

How do you determine what should be a primary key?

sql mysql database-design

Should I use a code in my lookup table

In a star schema, are foreign key constraints between facts and dimensions neccessary?