Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How to use Unique Composite Key

database database-design

What first model or database?

What is wrong with this data structure?

How to use triggers to prevent duplicate records in PostgreSQL?

Stock management database design

Polymorphic relationships vs separate tables per type

What are some optimization techniques for MySQL table with 300+ million records?

Any open source examples of offline-online synchronization?

SQL Server primary key on datetime field

Does every user have their own database table?

database-design

Store image files or URLs in MySQL database? Which is better? [duplicate]

mysql database-design blob

Convert a string representing a timestamp to an actual timestamp in PostgreSQL?

Datatype for phone numbers in postgresql

Good database table design for storing localized versions of data [closed]

Should every field in an Oracle database have a check constraint if possible?

Getting rid of hard coded values when dealing with lookup tables and related business logic

web application user table primary key: surrogate key vs username vs email vs customer Id

What probably should be facebook DB design

Should draft records be kept in a separate table?

Common one-to-many table for multiple entities