A.user_dbB.hostsC.tables_privD.columns_priv
单项选择题以下哪个选项对应的端口号是正确的()
A.MSSQL:3306B.MySQL:1433C.PostgreSQL:5436D.Oracle:1521
单项选择题以下对于GET请求描述正确的是()
A.请求指定的页面信息,并返回实体主体B.向客户端返回数据C.与HEAD请求含义一模一样D.下载指定的资源
单项选择题修改Apache的默认网站应该修改以下哪一项内容()
A.ServerRootB.DirectoryIndexC.ListenD.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’;