The CreateTitle query INSERT INTO titles (id, name, author_id) VALUES ($1, $2, (SELECT author_id FROM authors WHERE name = $3)); is flagged: query.sql:22:95: column ...
This query might seem simple, but it can lead to unexpected results if the `salary` column contains NULL values. The condition `salary > 100000` will evaluate to `UNKNOWN` for NULL salaries, and ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results