单项选择题

修改Apache的默认网站应该修改以下哪一项内容()

A.ServerRoot
B.DirectoryIndex
C.Listen
D.ocumentRoot

<上一题 目录 下一题>
热门 试题

单项选择题
下面哪个命令可以在MySQL库中,创建名为library的数据库()

A.create library database;
B.database create library;
C.reate schema library;
D.create object library;

单项选择题
下面语句中,表示查询学科(course)数学(math)分数(score)大于60的学生姓名(sname)的是哪一句()

A.select *from sc where score>60or course=’math’;
B.select sname from sc where score>60and course=’math’;
C.select course from sc where score>60or sname=’math’;
D.select sname from sc where score in (60,100)and course=’math’;

相关试题
  • 关于数据库的恢复技术,下面说法正确的是()
  • 下面哪个选项不是冗余数据?()
  • 某个事务在运行过程中由于种种原因未能运行...
  • 查询的内部表示可以使用()
  • 选择运算的基本方法有()