Search code examples
Database schema and query to accumualte total amount of days for each "category" of an ani...


postgresqldatabase-designrelational-databasedatabase-schemasupabase

Read More
Are these two database queries logically equivalent?...


sqlrelational-database

Read More
Database for an online store...


mysqlruby-on-railsdatabaserelational-databasedatabase-schema

Read More
Is it really better to respect the normal forms and create an additional table for one simple field?...


database-designrelational-databasedatabase-normalization

Read More
update maintenance date in customer table from the latest date in service table...


sqlmysqldatabasesql-updaterelational-database

Read More
using Dapper the way EF Core does it wrongly returns what SQL does...


c#sqlasp.net-corerelational-databasedapper

Read More
Unpacking nested JSON data from relational database in pandas...


pythonpandasrelational-database

Read More
query based on previous lines values: values that open the 30 days windows (and are not inside them)...


sqlpostgresqldaterelational-database

Read More
relational database design (normalizing many-to-many mappings)...


sqlrelational-databasedatabase-normalization

Read More
Attempt to read property "name" on null and $book->category?->name result in one rec...


phplaravellaravel-bladerelational-databaseone-to-many

Read More
Understanding Database Normalization - Second Normal Form(2NF)...


databasedatabase-designrelational-databasedatabase-normalization

Read More
Intuition behind 2NF in normalization of relational databases...


relational-databasedatabase-normalization

Read More
One to many relationship in Product Ordering System with Crow's Foot Notation...


databaserelational-databasedata-modelingerd

Read More
Classifieds website Database design...


database-designrelational-databasedatabase-schema

Read More
Functional dependencies after normalization...


database-designrelational-databasedatabase-normalizationfunctional-dependencies3nf

Read More
SQL Server database missing INFORMATION_SCHEMA and sys users...


sqlsql-serverdatabaserelational-databasedatabase-administration

Read More
Storing user contacts on server database (parse.com)...


databasemobiledatabase-designparse-platformrelational-database

Read More
In SQL, can you add a foreign key constraint on a set of attributes, so that all of them must be on ...


sqlsqliterelational-database

Read More
One to Many relationships db modeling : why most people choose a foreign key over a composite key?...


sqlrelational-databaseone-to-many

Read More
How do I write a SQL query to display course_id, course_name and fee collected from each course?...


mysqlsqldatabasejoinrelational-database

Read More
EF Core One-to-Many Linq query...


c#performancelinqentity-framework-corerelational-database

Read More
Why is this attribute redundant ? What is the closure for these attribute sets?...


databasedatabase-designrelational-database

Read More
Table 'shopping_cart', which contains 2 foreign key as primary key and other foreign key, ha...


mysqldatabasedatabase-designrelational-databaserelationship

Read More
How do I "link" two tables when the primary key of table_a could exist in none, one or man...


postgresqlemaildatabase-designrelational-databasedatamodel

Read More
GUID as PK or as index only?...


sql-serverrelational-database

Read More
How do I correctly update User state in React with a has_many :trails, through: :reviews association...


reactjsruby-on-railsstaterelational-databasehas-many

Read More
Define an order for a sqlite table?...


sqldatabasesqliteforeign-keysrelational-database

Read More
JPA cannot change column used in foreign key constraint...


javaspringdatabasejparelational-database

Read More
Creating a 3 column Data Frame in Pandas...


pythonpandasdataframerelational-databasenumpy-slicing

Read More
Can a database attribute be primary and foreign key?...


databaseforeign-keysprimary-keyrelational-database

Read More
BackNext