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