Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

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?

postgresql: foreign key to either tableA or tableB

How to model complex data

Indexing & alternatives for low-selectivity columns

Photos Gallery - Database Design