What does the below SQL code show? SELECT dfname, dlname, donorno FROM donor WHERE donorno IN (         SELECT donorno         FROM gift         WHERE amount > 100                                     ) AND (dfname NOT LIKE 'A%'  OR dfname LIKE 'A%') ORDER BY dfname;单项选择题

A

All donors who have at least one donation greater than 100.

B

Donors who donated more than 100 and whose first name neither starts with A nor ends with A.

C

All donors in the donor table regardless of their names!

D

It returns an error message.

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!