Start your All-Access Pass to unlock this challenge
What is the main reason for using placeholders like :status in a query?
:status
To ensure that an entity is returned.
To improve the readability of the query.
To avoid the need to use createQueryBuilder().
createQueryBuilder()
To prevent SQL injection.