题目:假定用户表user有多列,其中字段id中没有null值,字段username中存在null值。下面选项中,不能获得user表的总记录数的SQL语句是:
A. select count (*) from user;
B. select count (id) from user;
C. select count (username) from user;
D. select count (id) from user where1=1;
答案:评论后可见此内容
推荐使用我们的公众号搜索题目,题目更全,检索更方便。支持语音、图片、文字等多种搜索方式。