📄 que_136.htm
字号:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>Ocp test </title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p align="left" color="black" style="font-size:16pt;">
<b>QUESTION 136
</b></p><hr color="#99CCFF">
<p>The user Sue issues this SQL statement: <br>
GRANT SELECT ON sue.EMP <br>TO alice WITH GRANT OPTION;
<br><br>The user Alice issues this SQL statement:
<br>GRANT SELECT ON sue.EMP <br>TO reena WITH GRANT OPTION;
<br><br>The user Reena issues this SQL statement:
<br>GRANT SELECT ON sue.EMP <br>TO timber;
<br><br>The user Sue issues this SQL statement:
<br>REVOKE select on sue.EMP FROM alice;
<br><br>For which users does the revoke command revoke SELECT privileges on the SUE.EMP table? </p><table border="1" bordercolor="gray" width="665">
<form name="youAnsForm">
<span style="font-size:18pt;">
<tr>
<td align="center" width="89">
<p><b><input type="radio" name="AN" value="A"> A.</b></p>
</td>
<td align="left" width="566">
<p> Alice only
</p>
</td>
</tr>
<tr>
<td align="center" width="89">
<p><b><input type="radio" name="AN" value="B"> B.</b></p>
</td>
<td align="left" width="566">
<p> Alice and Reena
</p>
</td>
</tr>
<tr>
<td align="center" width="89">
<p><b><input type="radio" name="AN" value="C"> C.</b></p>
</td>
<td align="left" width="566">
<p> Alice, Reena, and Timber
</p>
</td>
</tr>
<tr>
<td align="center" width="89">
<p><b><input type="radio" name="AN" value="D"> D.</b></p>
</td>
<td align="left" width="566">
<p> Sue, Alice, Reena, and Timber</p>
</td>
</tr>
</span>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -