Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Foreign key contraints in many-to-many relationships

Visually designing a database structure

In a database, would you use a date field or year and month fields if you only need year and month?

Where do I start designing when using O/R mapping? Objects or database tables?

database-design orm

Foreign Keys - What do they do for me?

How to make a composite key to be unique?

Pros and Cons of autoincrement keys on "every table"

sql database-design

Designing 1:1 and 1:m relationships in SQL Server

one to many relationship in database - design concept

database database-design

Is naming tables september_2010 acceptable and efficient for large data sets dependent on time?

PostgreSQL index not used for query on IP ranges

Database Design: replace a boolean column with a timestamp column?

What are the design criteria for primary keys?

Is it OK not to use a Primary Key When I don't Need one

Efficiently store large list structure in RocksDB so that the data can be retrieved in pages

Suggest Cassandra data model for an existing schema

Design pattern for directed acyclic graphs in MongoDB

good database design: enum values: ints or strings?

database database-design

Combining row level security with column grants

Database design: Matching sql database keys to php constants?