Skip to content

Commit ec6462a

Browse files
author
Martini Arialdo
committed
databases and null question has more context
1 parent d9b38b8 commit ec6462a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Sooner or later I will complete it with the relative answers. Feel free to contr
118118
### [[]](#toc) <a name='databases'>Questions about Databases:</a>
119119

120120
* How would you manage the migration of a project from MySQL to PostgreSQL?
121-
* Why in SQL ```SELECT * FROM table WHERE field = null``` does not match records with null ``field``?
121+
* Why databases treat null as a so special case? For example, why in SQL ```SELECT * FROM table WHERE field = null``` does not match records with null ``field``?
122122
* What's ACID (Atomicity, Consistency, Isolation, Durability)?
123123
* How would you manage database schema migrations?
124124
* How is Lazy Loading achieved? When is it useful? What are its pitfalls?

0 commit comments

Comments
 (0)