Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

One to Many, but Identifying One of the Many as the 'Default'

database-design

How to design the database schema?

database-design

Database schema design pattern for data that merges

Datomic: schema for a to-many relationship with a 'reset' operation

database-design datomic

Can anyone explain me 1NF, 2NF, 3NF, BCNF rules with a proper example?

Logging changes for every column in a table

database-design

What is the best way to create a simple revision system using MySQL?

When should transient properties in CoreData be included in the object model?

Best way to implement Stackoverflow-style reputation

How to emulate "extending a class" with database tables?

How to achieve an "Inheritance" relationship in SQLite database on Android

Why using anything else but VARCHAR2(4000) to store strings in an Oracle database?

oracle database-design

parent->child relationships in appengine python (bigtable)

What is the best database schema for an availability calendar that allows scheduling appointments(reoccurring and single))

MySQL Double Entry Accounting System Database Design?

Modeling 3 entities with relationships

What is better- Add an optional parameter to an existing SP or add a new SP?

MySQL Database design - Storing Images - Single table or multiple tables

What is a good way to implement an agile database process, which is in synch with the code base, especially in regards to continuous integration? [closed]

Can SQL Server views have primary and foreign keys?