Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How can I structure my database to order by a function dependent on time efficiently in MySQL?

Fillfactor for a sequential index that is PK

Is There Ever A Good Situation NOT To Use A Primary Key?

What is the advantages in using foreign keys and disadvantages in not using? [duplicate]

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