Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Is there any standard way of storing vector information in a database?

How do I write this MySQL query?

sql database-design mysql

Partitioning a database table in MySQL

Database design: Join table with extra column or, two join tables

database database-design

Dealing with multiple login systems (Facebook Connect, Google Account, and others)

Whats the difference between a Conceptual Data Model and an ER Diagram?

database-design

Type-based database design

How to restrict Foreign Key choices to another Foreign Key in the same model

Should I keep track of incrementing AccountNumber in separate table?

How can I do "related tags"?

What is the fastest way to convert all PK and FK GUID Columns and relationships to int?

Database structure [closed]

sql database-design

Django annotate() performance - is it supposed to be super slow?

Any Ideas for Developing a Multi Language Site - SEO, php, mysql

Database Design: ordered many-to-many relationship

Clustered and covering index ignored on delete statement. Table scan occurs

How do I check constraints between two tables when inserting into a third table that references the other two tables?