Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Creating a threaded private messaging system like facebook and gmail

Is there data visualisation tool for postgresql which is capable of displaying inter schema relations as well? [closed]

Maintaining Referential Integrity - Good or Bad?

How are bitmap indexes helpful?

How to create sequence if not exists

What are the principles behind, and benefits of, the "party model"?

Anything similar to Hibernate in PHP? [closed]

Which SQL Server field type is best for storing price values?

CONSTRAINT to check values from a remotely related table (via join etc.)

What are the [dis]advantages of using a key/value table over nullable columns or separate tables? [duplicate]

Database Design Primay Key, ID vs String

database database-design

what are the advantages of defining a foreign key

Composite PRIMARY KEY enforces NOT NULL constraints on involved columns

can we have a foreign key which is not a primary key in any other table?

Storing HTML in SQL Server

Where is the line between DAL and ORM?

What is a tablespace and why is it used?

Multiple tables with same type of objects in Room database

How to choose between UUIDs, autoincrement/sequence keys and sequence tables for database primary keys?

What is the difference between 3NF and BCNF?