Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Table "Inheritance" in SQL Server

How to best represent addresses in a database [duplicate]

Storing graphs in fully-normalized relational databases

Modelling indefinitely-recurring tasks in a schedule (calendar-like rails app)

Why do we need Audit Columns in Database Tables?

database database-design

Twitter-like app using MongoDB

Best practise for storing multilingual strings

Best Practices for MySQL Encryption?

Designing a data model for versioned data

Trigger vs. check constraint

SQL Server 2005 / 2008 - multiple filegroups?

Tool for creating relational model diagrams [closed]

database-design

Two different tables or just one with bool column?

How do I design a database to support OpenID

Database: How to distinguish "one-or-more" and "zero-or-more" relationship?

How to determine the functional dependencies

MySQL: Embedded JSON vs table

Can I regenerate .designer.cs based on a manually edited .dbml?

How does PostgreSQL enforce the UNIQUE constraint / what type of index does it use?

performance between varchar(1) vs char(1)