题目内容

Task 3 Word FormationComplete each of the following sentences with the proper form of the word given in brackets.1. The_____________forthecourseinvolveswrittenassignmentsandpracticaltests.(assess)2. Contrarytogeneral_____________,heannouncedthatallfourhadgiventheirapproval. (expect)3. Responsibility,dialogue,actionandreportingarethekeyelementsina_________circlethroughwhicheveryonebenefits. (virtue)4. Ideasaboutthesocialsignificanceof____________havechangedovertime.(religious)5. Thenew-mediaindustryattractsyoungand_____________people. (create)6. Theybumpedhimoffbecauseheknewtoomuchabouttheir_____________activities. (legal)7. TheFestivalOfAsianArts&Musicwillincludetwodaysoflive_____________.(perform)8. Oneofthedrivingforcesbehindthisrecent___________isthegrowthofservices.(expand)9. Akeyissueforhighereducationinthe1990'sistheneedforgreater__________ofcourses (diverse)10. His_____________wasbecomingincreasinglyirrational.(behave)

查看答案
更多问题

执行DROP USER语句删除用户,需要拥有的权限是

A. DROP USER权限
B. DROP TABLE权限
CREATE USER权限
DELETE权限

下面使用DELETE语句删除用户user2的语句中,正确的是

A. DELETE FROM mysql.user WHERE Host='localhost' AND User='user2';
B. DELETE FROM mysql.user WHILE Host='localhost' AND User='user2';
C. DELETE FROM mysql.user WHERE Host='localhost' OR User='user2';
DELETE FROM mysql.user WHILE Host='localhost' OR User='user2';

在MySQL中,删除普通用户只有一种方式。

A. 对
B. 错

使用root登录后,SET不仅可以修改root用户密码,而且还可以修改普通用户密码,两者在修改时没有任何区别。

A. 对
B. 错

答案查题题库