#Database

Database concepts.

9 notes tagged

SQL

ACID Properties Explained

Atomicity, consistency, isolation and durability - what each guarantee actually promises, how the database delivers it, and where each one can be weak...

Read more
SQL

What NULL Really Means

NULL is not zero, not an empty string and not equal to itself. Learn what it represents, how it spreads through expressions and how to handle it delib...

Read more