Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Database performance: Using one entity/table with the max. possible properties or split to different entities/tables?

Laravel have Two foreign Key from the same table

Best way to manage update-review-publish workflow?

database-design

In a database, is it better to store a time period as a start/end date, or a start date and a length of time?

database database-design

NULL or empty string more efficient/natural? [closed]

Table composed purely of foreign keys?

SQLAlchemy - Self referential Many-to-many relationship with extra column

How to design database schema for a content management system (cms) with multiple language support?

Version changes for Stored Procedures

Java Framework for Database operations [closed]

Two tables with same columns or one table with additional column?

Design of Databases for storing the details of the recurrent occurrence of an event

How do you merge tables with autonumber primary keys?

SQL Server unique constraint (but only sometimes)

Two way relationships in SQL queries

Is it beneficial to encrypt usernames stored in the database?

Database Patterns: What's the standard way for manually sorting a table?

How to structure database for unread item alerts per user

How to implement Twitter retweet action in my database

Is it better to define a "year" column to be of type Integer or String?