You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ Sooner or later I will complete it with the relative answers. Feel free to contr
118
118
### [[↑]](#toc) <aname='databases'>Questions about Databases:</a>
119
119
120
120
* 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``?
0 commit comments