Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Searching multiple columns in SQL for value vs storing in one column

sql database-design

Database design - Approach for storing points for users

Database design parent child table vs multiple tables

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"