Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

SQL for a movie database search system

sql database-design

Unique integer counter in RethinkDb

Why should I use char instead of varchar? [duplicate]

How to design database tables that are cache friendly?

database-design caching

Database Child Table with Two Possible Parents

Most natural way of modelling several many-to-many relationships

database database-design

Which approach is better in terms of database performance - one table group by operations or multiple tables serializable transaction?

MySQL composite unique on FK's

Sorting by ratings in a database - Where to put this SQL? (PHP/MySQL)

PostgreSQL - MVCC (multi-version concurrency control) - When is actual lock acquired?

How do you create a trigger in Oracle Data Modeler?

database-design oracle11g

Naming a log DB table

Access rights database design

Database model for saving random boolean expressions

Column Nullability/Optionality: NULL vs NOT NULL

Building app to Classify / Describe Products - Overwhelmed somewhere between planning & execution

Invoices into database : how to store them to make them write-only?

mysql database-design

Enforce relationship via a foreign key constraint?

Is it bad to have a column empty as NULL often in a table?

Grouping Data in a Key/Value Database Like Redis