Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

What are the pros and cons of one master base table which all entities inherit from?

Use triggers on inherited tables to replace foreign keys

Error in Implementing singleton pattern

Database Design - Creating a table with only two values, or make it a column that has either of those two values

database-design

Azure, MVC web app architecture - how to split data between SQL Azure and Azure Table Storage?

Is it always a terrible idea to store semantic data in IDs?

mysql database-design

Select (retrieve) all records from multiple schemas using Postgres

Is it a good idea to create tables dynamically to store user-content?

What's the difference between making an index on 2 columns and an index on each of the columns separately?

database-design indexing

Organization Id Field as a Composite Primary Key

Database Storage of Formulas with Variables

c# sql database-design

Rewriting the system... keep the old schema?

Database: Multiple tables or just one table?

Database schema-related problem

Database users and groups model

how to design the database schema representing ADDRESS elegantly?

how to generate ERD or UML for a database?

Should primary key always start from 1?

Create boolean attribute in Oracle? [duplicate]

Entity framework, can I map a class to a key/value table?