Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How to insert DECIMAL into MySQL database

A database schema vs a database tablespace?

database database-design

Can we create multicolumn unique indexes on MS access databases?

database-design ms-access

How to save a particular, mutable "order" into a database

Should I use EAV model?

Relational Data Model for Double-Entry Accounting

What is wrong with a transitive dependency?

When to use a left outer join?

mysql sql database-design join

why varbinary instead of varchar [duplicate]

What is best practice when creating document IDs in couchdb? [closed]

database-design couchdb

When should database synonyms be used?

Is there a difference between Surrogate key, Synthetic Key, and Artificial Key?

Why is negative id or zero considered a bad practice?

Multi currency - what to store and when to convert?

What are the different types of indexes, what are the benefits of each?

Do link tables need a meaningless primary key field?

Add ASP.NET Membership tables to my own existing database, or should I instead configure a separate ASP.NET membership database?

Array Attribute for Ruby Model

Simple way to parse a person's name into its component parts? [closed]

What is the recommended equivalent of cascaded delete in MongoDB for N:M relationships?