Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Composite primary key comprising two foreign keys referencing same table: SQL Server vs. MySQL

Writing a reliable data store in GoLang

git database-design go

how to set unique primary key for all table in same database

What is this form of database called?

Multi-tenancy: What benefit does one-db-per-tenant provide?

Understanding of cardinality it ERD models

What is the data format required for input in the IBM-Watson cloud product?

Scaling from one server to multiple servers

Database schema - Configurable fields?

How much does decoupling tables in MySQL improve performance?

Relationship vs Multiplicity

Database Design model a Customer, Cook, User relationship

FK constraints may cause cycles or multiple cascade paths

Optimizations for a Write heavy Oracle application?

How to create And / Or relations in a database?

database database-design

Should I use a unique string as a primary key or should I make it as a separate autoincrement INT? [duplicate]

Grouping postgresql tables in schemas

best way to store url in mysql for a read&write-intensive application