Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in relational-database

Can't get Laravel associate to work

Is it OK to name a MySQL index the same as the column it indexes?

Will multiple calls to `now()` in a single postgres query always give same result?

How to structure and query an appointment system based on time slots where each bookable entity has a different time table daily?

Are document-oriented databases meant to replace relational databases?

How to empty my destination table before inserting new records in SSIS?

Decomposing a relation into BCNF

Using a Filesystem (Not a Database!) for Schemaless Data - Best Practices

Relational Data Model for Double-Entry Accounting

Closest equivalent to SQLAlchemy for Java/Scala [closed]

Can one make a relational database using MongoDB?

Why are relational databases having scalability issues?

designing database to hold different metadata information

Is MongoDB a valid alternative to relational db + lucene? [closed]

Query the contents of stored procedures on SQL Server

MySQL query, MAX() + GROUP BY

what are the advantages of defining a foreign key

What is the difference between 3NF and BCNF?

How to perform a LEFT JOIN in SQL Server between two SELECT statements?

Safe modelling of relational data in Haskell