Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rdbms

How to think in SQL?

sql database rdbms

Best practices on primary key, auto-increment, and UUID in RDBMs and SQL databases

sql database-design uuid rdbms

Find longest matching ngrams in MySQL

mysql sql rdbms

Is this a good way to model address information in a relational database?

sql database-design rdbms

What's the difference between NoSQL and a Column-Oriented database?

What are the different types of keys in RDBMS?

rdbms

How do cursors work in Python's DB-API?

Can one make a relational database using MongoDB?

Overnormalization

Difference between sparse index and dense index

sql database rdbms

How to solve "Batch update returned unexpected row count from update; actual row count: 0; expected: 1" problem?

sql-server rdbms

Why don't DBMS's support ASSERTION

sql rdbms database

Why aren't OODBMS as widespread as RDBMS?

PostgreSQL IN operator with subquery poor performance

Should I normalize my DB or not?

What's the correct name for an "association table" (a many-to-many relationship) [closed]

Two foreign keys referencing the same primary key

How to detect duplicate rows in a SQL Server table?

sql-server rdbms

How many significant digits should I store in my database for a GPS coordinate?

Why isn't RDBMS Partition Tolerant in CAP Theorem and why is it Available?