Search code examples
Convert relation to BCNF...


relational-databasedatabase-normalizationfunctional-dependenciesbcnf

Read More
Atomic values / divisibility to reach 1NF...


atomicdatabase-normalization

Read More
Can a column value contain spaces if a table wants to satisfy 1NF?...


database-designdatabase-normalization

Read More
normalizing existing data; varchar list to integers...


mysqlcsvdata-cleaningdatabase-normalizationfind-in-set

Read More
What would normalized ERD (Entity-Relationship Diagram) look like for this table...


mysqldatabase-designentity-relationshipdatabase-normalizationerd

Read More
How to convert postgres column type from string to float...


ruby-on-railspostgresqlactiverecorddatabase-normalizationfloating-point-conversion

Read More
When is a good time to break normalization rules?...


database-designdatabase-normalization

Read More
Solving a circular foreign key relationship with PostgreSQL...


postgresqldatabase-designforeign-keysrelational-databasedatabase-normalization

Read More
Second Normal Form; 2NF; why is not in 2NF...


databasedatabase-normalizationfunctional-dependencies

Read More
Is it possible to store historical configuration settings for each row of data without cramming all ...


databasedatabase-designdatabase-normalizationauditdenormalization

Read More
Is normalization always necessary and more efficient?...


databasedatabase-designdatabase-normalization

Read More
Highest normal form...


databasedatabase-normalizationfunctional-dependencies3nf

Read More
should admin-only fields be extracted into a dedicated model which has a OneToOne relation to the or...


pythondjangoormdatabase-normalization

Read More
Normalization - IDENTYFING Transitive Dependencies...


database-normalizationfunctional-dependenciestransitive-dependency3nf

Read More
Is the following decomposition lossless and dependency preserving?...


databasedatabase-normalizationfunctional-dependencies

Read More
Normalising a tags table in a database for SQLite...


sqlsqlitedatabase-designmany-to-manydatabase-normalization

Read More
If you have a data object with large features (100+), is it better to expand this data by adding col...


database-normalization

Read More
How do you store multiple rows of data for a key and also maintain good normalization practices?...


sqlpostgresqldatabase-designdatabase-normalization

Read More
Laravel: how to retrieve all instances of child models which extend from parent model?...


phplaraveleloquentlaravel-7database-normalization

Read More
How to you relate tags to messages and users in a messaging app?...


mongodbdatabase-normalizationdatamodel

Read More
Postgres db design Normalize tables or Use Array Columns...


postgresqldatabase-designdatabase-normalizationarray-column

Read More
Verifying non-key column dependencies and transitive dependencies...


sql-serverdatabase-designdatabase-normalization

Read More
How to store a store opening hours in an SQL database?...


sqlpostgresqldatabase-designdatabase-normalizationtable-structure

Read More
Normalization - How do I properly reference a list from one table in multiple fields in another tabl...


ms-accessrdbmsdatabase-normalization

Read More
Normalisation issues regarding a relationship...


databasesqlitedatabase-normalization

Read More
3NF Normalization and Decomposition...


databasedatabase-normalizationfunctional-dependencies3nfcandidate-key

Read More
break up of single table into two tables...


sqldatabasedatatabledatabase-normalization

Read More
Feedback on ERD design and questions...


database-schemadatabase-normalizationerd

Read More
What is the best method for storing multiple skills catagories in a database?...


databasedatabase-designdatabase-normalization

Read More
Have I normalized this database to a 3NF level the right way?...


sqldatabasedatabase-designdatabase-normalization3nf

Read More
BackNext