Add a security paragraph to inform that when using the array notation, it is protected against SQL injections ```php ['name' => 'Ludal'] // Becomes: 'name = :_name' ```