Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How to enforce a unique constraint across multiple tables?

When to use NEWID or NEWSEQUENTIALID and why

HBase column qualifier limits

database-design nosql hbase

parent_id a foreign key(self reference) and null?

mysql sql database-design

How to limit the length of an array in PostgreSQL?

Database relationship 1:1 vs 1:0..1

Denormalization: How much is too much?

Database design for a quiz app [closed]

What data type and index to use for a searchable userName column in a MySQL database?

Database design: How to model a relationship where a table can belong to either of two other tables?

Storing different datatypes in one column to reduce table count

Storing route between two locations in Database

Is it okay for the foreign key field to have a different name than the field it references in the other table?

Multiple foreign keys to the same table in a database?

Prisma following/follower relationship schema

Django unique_together and flagging objects as "deleted"

MySQL Database design. Inserting rows in 1to1 tables.

Best practices for writing SQL scripts for deployment

What should be table structure to maintain login logout logs?