单项选择题

A.select name,salary from worker where salary NOT BETWEEN 20000AND 30000
B.select name,salary from worker where salary< 20000AND salary>30000
C.A和D都能实现
D.select name,salary from worker where salary< 20000OR salary>30000