Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Oracle - Is there any effect of not having a primary key on a table?

Should a value always be stored in a database using a specific unit (e.g. meters) or should the unit be settable in an additional field?

database-design

Mysql: How do you create a table with multiple primary keys?

What T-SQL data type would you typically use for weight and length?

Should I store logging information in main database table?

Is there a SQL ANSI way of starting a search at the end of table?

Why should I avoid NULL values in a SQL database?

sql database-design

When a new row in database is added, an external command line program must be invoked

mysql database-design

Negative integer indexes: are they evil?

Primary key question

database database-design

How much of your database application should be in stored procedures?

How does Facebook do it?

Ways to circumvent a bad database schema?

SQL - naming of ID columns

Are Surrogate Primary Keys needed on a Fact table in a Data Warehouse?

Database speed optimization: few tables with many rows, or many tables with few rows?

Can you bypass the size limit of SQL Server Express by stacking databases?

5 separate database or 5 tables in 1 database?

Bad Database Design - Is my table too large?

Working without stored procedures or triggers