单项选择题

如果A模型是B模型的外键(ForeignKey),那么如何查询A模型对象a在b中的所有关联对象()

A.a.b_set().all()
B.a.pip_set().all()
C.a.sql_set().all()
D.a.help_set().all()