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