Search code examples
What table structure to go for if there are two objects of same type but of different nature?...

sqldatabase-designmariadbdatabase-performancedatabase-normalization

Read More
Database design for monitoring status of applications' functionalities...

sqldatabasedatabase-designdatabase-normalization

Read More
How do you normalize a table with a multi-valued field?...

sqlt-sqldatabase-normalization

Read More
First-time database design: am I overengineering?...

mysqldatabasedatabase-designschemadatabase-normalization

Read More
How to determine keys from functional dependencies...

relational-databasedatabase-normalizationfunctional-dependenciescandidate-key

Read More
Load Data from a denormalized table to another table - PostgreSQL11...

databasepostgresqldatabase-normalizationpostgresql-11

Read More
How to Normalize a table where a column references multiple rows of a different column in the same t...

sqldatabasepostgresqldatabase-designdatabase-normalization

Read More
Repeating group or not...

database-designrepeatdatabase-normalization

Read More
best-practice for ordered many to many relation?...

databasedatabase-designrelational-databasedatabase-normalizationdenormalized

Read More
How would you "Normalize" this SQL?...

mysqldatabase-normalization

Read More
Composite key mySQL constraint...

mysqldatabasedatabase-normalization

Read More
BCNF and 4NF property...

databaserdbmsdatabase-normalizationbcnf

Read More
3NF one-to-one relationship controversy...

databasedatabase-designdatabase-normalization3nf

Read More
Can A and B be functionaly dependent on each other?...

databasedatabase-normalizationfunctional-dependencies

Read More
How do I change this schema into 3NF?...

sqloracle-databasedatabase-normalization

Read More
SQL about duplicate data...

mysqlsqlduplicatesmysql-workbenchdatabase-normalization

Read More
Eloquent relation collection not returning by property accessor but does if I use relation()->get...

phplaraveleloquentrelationshipdatabase-normalization

Read More
To Normalize or Not To Normalize...

databasedatabase-normalization

Read More
Third Normal Form uniqeness constraint...

database-normalization3nf

Read More
Need guidance with making data conform with 3NF...

database-normalization3nfthird-normal-form

Read More
3NF vs BCNF: Example...

database-designrelational-databasedatabase-normalization3nfbcnf

Read More
How to best represent an attribute that appears in both master and detail records?...

database-designrdbmsdatabase-normalization

Read More
Is this 3NF decomposition done right?...

database-normalizationfunctional-dependencies3nf

Read More
Why is the following table in the 2nd normal form?...

databasedatabase-normalization

Read More
Functional dependencies in database...

databasedatabase-normalizationrelational-algebrafunctional-dependencies

Read More
Is this table in first normal form?...

database-normalization

Read More
Can a table have columns that are not dependent on primary key, and still be in 2NF?...

databasepostgresqldata-modelingdatabase-normalization

Read More
Should i make seperate tables for each album?...

databasedatabase-designdatabase-normalization

Read More
Which normal form does the ER Diagram guarantee?...

database-normalizationerd

Read More
What is combining repeating sets of row information into new entities called when doing database nor...

database-designdatabase-normalization

Read More
BackNext