Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How do you determine the base table?

Why don't RDBMS support array types for columns?

SQL: Normalization of database while retaining constraints

Design Pattern for Creating Sql Queries

SQL Server datatype to store only time field like 09:10 etc

Struggling with nosql/Parse data model design

Database constraints vs Application level validation [closed]

database database-design

Designing a Firebase based scalable feed model

Does YAGNI apply to database design?

database-design yagni

Recursive Relationship with Google App Engine and BigTable

What is the industry standard database modeling language?

database-design modeling

Many to many relationship

MS Access: programmatically rename columns

MySQL: how to do row-level security (like Oracle's Virtual Private Database)?

Indexes, EXPLAIN PLAN, and record access in Oracle SQL

sql oracle database-design

Is it good to have multiple database running in a same project?

database database-design

Relational data modeling for sub types

ERM: Cardinality in ternary relationships

Best practice for managing data-model changes in a released system

Does a table with a surrogate key require a unique constraint on a natural key to be in 1NF?