Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Representing hierarchical relationships with "multiple inheritance" in a relational database

python sql oop database-design

how to store custom object with list in sqlite database in android

Hotel Booking System: optimal SQL db structure for querying

Database columns type prefix

Are less tables better than more?

Choosing from multiple candidate keys

mysql database-design

Is it better to use separate databases in a Rails app instead of a single database?

Data structure for text corpus database

Is this database schema practical?

Referencing a foreign key that's part of an array

Three level database - foreign keys

Storing n-grams in database in < n number of tables

Find and replace table/field names in Access?

Data separated by commas inside a field vs new table [duplicate]

Should I Put An XML Blob Into A Separate Table?

is there anyway to add a primary autonumber key to an already existing database table

Reducing repeated information in database design

How to store tree structure in sql?

Whats the best breakdown of order status types for shopping cart 'Order' TABLE?