データサイエンティスト検定(リテラシーレベル)の公式リファレンスブックで躓いたところをまとめていきます。 自分を含めデータベースの経験がない人にとってはSQLが一番鬼門だと思います。DS検定でもSQLが関わる部分は広く、何かしら出題されるもの ...
SQLを書いていて「おかしいな、ちゃんと条件を書いてるのに結果が返ってこない…」と思ったことはありませんか? もしかするとその原因は、「NULLと空白の違い」にあるかもしれません。 この2つ、見た目では似ていても、SQLの中ではまったく異なる存在 ...
If this happened at generation time what was the full SQLBoiler command you used to generate your models? (if not applicable leave blank) If this happened at runtime what code produced the issue? (if ...
The NOT NULL constraint set while adding the city column in the snipped below is not actually being added. This is a bug. Such can be allowed only if table is empty.
Cascading referential integrity constraints are foreign key constraints that tell SQL Server to perform certain actions when a primary key field in a primary key-foreign key relationship is updated or ...