判断题
利用PowerPoint不能制作出交互式幻灯片。( )
【参考答案】
错误
(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
问答题
根据如下表的查询结果,求以下语句的结果。 SQL>select * from usertable; USERID USERNAME ______ 1 user1 2 null 3 user3 4 null 5 user5 6 user6 SQL>select*from usergrade; USERID USERNAME GRADE ______ 1 user1 90 2 null 80 7 user7 80 8 user8 90 执行语句: (1)select count(*)from usergrade where username not in(select username from usertable); (2)select count(*)from usergrade g where not exists(select null from usertable t where t. userid=g.userid and t.username=g.usemame);
点击查看答案
判断题
新建表格时,显示的虚框是表格的实际格线。( )
点击查看答案&解析
相关试题
什么是计算机网络说出计算机网络连接的对象...
局域网的主要组件有哪些
Internet的主要功能有哪些
设顺序表L是一个递减有序表,试写一算法,...
一般的浏览器可以接受的图片格式只有GIF格...