单项选择题
A.ServerRootB.DirectoryIndexC.ListenD.ocumentRoot
A.create library database;B.database create library;C.reate schema library;D.create object library;
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’;