Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

What's the best way to store an array in a relational database?

How to decide whether to use ER or UML for modelling?

Should a Composite Primary Key be clustered in SQL Server?

Django: Order a model by a many-to-many field

Serial numbers per group of rows for compound key

c++ : Create database using SQLite for Insert & update

Change varchar to boolean in PostgreSQL

Followers - mongodb database design

In a StackOverflow clone, what relationship should a Comments table have to Questions and Answers?

Sanity Check: Floats as primary keys?

sql database-design

Nullable TextField or empty string in Django model?

django database-design

Any disadvantages to bit flags in database columns?

Improve database design for online exam

How do I store orders?

SQL Server: varbinary or int to store a bit mask?

Is it a good idea to use rowguid as unique key in database design?

When to use utf-8 and when to use latin1 in MySQL?

Database Design: inventory and sales system?

(Database Design - products attributes): What is better option for product attribute database design?

Unique constraint with soft deleted rows excluded