使用下列SQL语句可以找出dynamicinfo表中没有而baseinfo表中有的记录:select * from baseinfo where imsi not in(select imsi from dynamicinfo).
A.正确
B.错误
正确答案是A