Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

SQL Server normalization tactic: varchar vs int Identity

Using National ID as Primary Key

The CREATE UNIQUE INDEX statement terminated because a duplicate key was found

what is the right way to model a "default" row in a database table

Maintaining logical consistency with a soft delete, whilst retaining the original information

Design of the recommendation engine database?

Is it OK to use Hex's as database IDs?

mysql database-design hex

What's a good database for full text search on a large number of relatively small text documents? (C# backend) [closed]

Best way to link a table to 2 different keys?

Dedicated SQL table containing only unique strings

Database schema for privacy settings

Database Table Design

database-design

Is there a reason not to put timestamps in every table?

Best structure for "Orders" table having multiple Items per order number

database database-design

NOT NULL constraint violation at UPDATE ON CONFLICT query

Database design for a chat system

How to choose MySQL column data types resilient to year 2038 -rollover?